/codecamp-2020-snake

A simple snake game writen in elm during codecamp

Primary LanguageElmMIT LicenseMIT

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