An open API service indexing awesome lists of open source software.

https://github.com/howarto/hacknight-snacracy-backend


https://github.com/howarto/hacknight-snacracy-backend

Last synced: about 1 year ago
JSON representation

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. The client can be found [here](https://github.com/Howarto/hacknight-snacracy-client).

To run this project:
```
npm install
npm start
```