https://github.com/howarto/hacknight-snacracy-client
Project made in 8h
https://github.com/howarto/hacknight-snacracy-client
Last synced: 10 months ago
JSON representation
Project made in 8h
- Host: GitHub
- URL: https://github.com/howarto/hacknight-snacracy-client
- Owner: Howarto
- Created: 2019-03-02T04:10:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T04:13:49.000Z (over 7 years ago)
- Last Synced: 2025-04-10T16:57:30.019Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is it?
This project was made in 8h. It's a kind of snake game but with democratic policies. The game is connected with a database and all the players connected with the client can control the snake.
To move the snake all the players vote clicking the arrow buttons to the direction that they desire. After that, the backend sum all the votes and choose the most voted choice.
# How to run it?
There is a backend and a client. Is mandatory have the backend running also! It can be downloaded from [here](https://github.com/Howarto/hacknight-snacracy-backend).
To run this project:
```
npm install
npm start
```