Credits:
- Diogo Dias
- Raul Leal
- Ricardo Cacheira
This game was made during the Neuro Game Jam 2018's edition and released under the MIT License.
The server requires NodeJS, and uses Express and FeathersJS in order to serve the game and collect game data.
Visit http://neurogamejam.com for more info.
Clone this repository
git clone https://github.com/raulgrell/NeuroJam
Install Dependencies
cd NeuroJam
npm install
Run the server
npm start
If you would like to make changes to the code and have the server restart automaically, you can run the dev script
npm run dev