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

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

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
```