A simple little game developed with socket.io where players can create their matches and interact with each other
This project is divided into two parts:
- Backend
- Mobile
💡 The app needs the Backend to be running in order to function.
Before starting, you will need to have nodejs installed on your machine: Git Node.js.
The project backend is in another repository: Backend repository
# Install the dependencies
$ npm install (or yarn)
# Run the mobile aplication
$ npx expo start
# (to run the mobile aplication you must have installed an android
# or ios virtual machine or a smartphone with expo-go installed)
Made with ❤️ by Igor Ulian