A Sokoban type puzzle game on HTML Canvas.
https://carlnewton.github.io/rover/
- Run
npm install gulp
upon first downloading the repository. - Make changes in the
/src
directory and rungulp
to build/dist/js/script.js
or rungulp watch
to have it build each time a file is updated in the/src
directory.