Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 605 Bytes

Nano snake game

A nano project aimed to learn more about the p5.js library and game development.

Based on the work of Daniel Shiffman: http://codingtra.in

You can play with it here.

Development

$ git clone git@github.com:conradoqg/study-nano-projects.git
$ cd study-nano-projects/snake
$ npm install

Start task

It serves a realtime http that bundles the sources and do LiveReloading.

$ npm start

Dist task

It generates the bundled javascript and write to dist/

$ npm run dist