Skip to content

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

License

Notifications You must be signed in to change notification settings

conradoqg/snake

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published