Live Hosted on https://real-soccer.herokuapp.com/
Join Room
Settings
Gameplay
- Real Time playing in separate rooms (Implemented by using socket.io)
- Simple Player Controls (Implemented in vanilla JavaScript)
- Authoritative Server (Implemented in Nodejs)
- players just joined
- Create or Join Room (Either in some open room by clicking its name in Online Rooms tab or by entering room code in input box)
- Click the Start/Pause Button
- Control player movement with w,a,s,d
- Grab the ball by going close to it
- Point the shooting direction with mouse pointer
- Kick the ball with Left Click
- Refresh the page to go back to home screen
git clone https://github.com/bhuvan-byte/street-soccer-multi.gitcd .\street-soccer-multinpm installnpm run devIt will be running on localhost:8000
- Live Voice/text Chatting in the room
- Customisable players
- Bot players







Bhuvan