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
- Host: GitHub
- URL: https://github.com/praqma/codecamp-2020-snake
- Owner: Praqma
- License: mit
- Created: 2020-06-11T10:51:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:40:30.000Z (over 3 years ago)
- Last Synced: 2023-03-12T02:04:10.443Z (over 3 years ago)
- Language: Elm
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `.