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

https://github.com/praqma/codecamp-2020-snake

A simple snake game writen in elm during codecamp
https://github.com/praqma/codecamp-2020-snake

Last synced: 12 months ago
JSON representation

A simple snake game writen in elm during codecamp

Awesome Lists containing this project

README

          

# codecamp-2020-snake
A simple snake game written in elm during code-camp 2020

# Setting up
To start working you need npm installed, which is included when installing node.
https://nodejs.org/en/download/

After installing node, go to the root directory of the project and type
```
$ npm install
```
and wait for elm and other tools to get installed

# Running the project

to run the development server type
```
$ npm start
```

for other commands checkout the scripts sections of the package.json file.
they can be called using the syntax `npm run `.