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.
$ git clone [email protected]:conradoqg/study-nano-projects.git
$ cd study-nano-projects/snake
$ npm install
It serves a realtime http that bundles the sources and do LiveReloading.
$ npm start
It generates the bundled javascript and write to dist/
$ npm run dist