Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristianofilho/snake-game
https://github.com/cristianofilho/snake-game
game game-development multiplayer nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cristianofilho/snake-game
- Owner: CristianoFIlho
- License: mit
- Created: 2022-06-04T23:28:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T01:44:13.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:02:05.685Z (8 months ago)
- Topics: game, game-development, multiplayer, nodejs
- Language: JavaScript
- Homepage: https://snake-game-olive.vercel.app
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake-Game
![snakeVideo](https://user-images.githubusercontent.com/54041918/172031060-40b9affd-dd01-44b6-8d73-747fc45805f6.gif)
## Features
- Online multiplayer up to 8 players in the same room.
- Local multiplayer game up to 4 players in the same keyboard.
- Multiple rooms to enjoy with your friends
## Installationytb_snake_js requires [Node.js](https://nodejs.org/) v12+ to run.
Install the dependencies and start the server.
```sh
cd Snake-Game
npm i
npm start
```
## LicenseMIT
**Free Software**