A websocket based multiplayer snake game made with Vue.js
Vuesnake is a Vue.js based multiplayer snake game, using websockets as the communication. The game logic for Vuesnake is pure serverside. The client also communicates with a Spring Boot API for storing player related stats. This was my first interaction with websockets and it is developed for local use only. I know that beats the purpose of using websockets but it was a great exercise.
- Registration via firebase.
- Login authentication.
- Unique snake names.
- Unique snake color for each player.
- Live kill count / dead count update for your character.
- Snake can travel through walls.
- Game keeps count of the points.
npm install
npm run serve
npm run build
npm run lint