Skip to content

Praqma/codecamp-2020-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <command>.

About

A simple snake game writen in elm during codecamp

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages