A 3v3 multiplayer football like game using websockets, nodejs, and jQuery
git clone https://github.com/many-fac3d-g0d/futsal.git
npm install
npm start
Build the docker image using Dockerfile locally
docker build -t futsal-local:1.0.0 --build-arg PORT=8000 .
Run the docker image
docker run -p 8000:8000 -d futsal-local:1.0.0
Start the container
docker-compose up -d
Stop the container
docker-compose down
Play the game with your friends online here ( Wait for sometime for the free tier instance to boot up ⌛)
- Improve ball & player movement mechanics
- Improve performance
- Fix bug in iOS safari
This project and its contents are open source under the MIT License