This project will build a multiplayer snake game where players can chat between each other.
- frontend - React
- backend - Nodejs and Express
- Players can sign up and log in securely.
- After logging in, a player can enter the username of another player they want to play with.
- The game waits until both players are online.
- Once both are ready, the game starts with a countdown.
- Players can chat with each other during the game in real-time.
- Players can log out at any time.