Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 356 Bytes

Rover

A Sokoban type puzzle game on HTML Canvas.

Preview

https://carlnewton.github.io/rover/

Development

  • Run npm install gulp upon first downloading the repository.
  • Make changes in the /src directory and run gulp to build /dist/js/script.js or run gulp watch to have it build each time a file is updated in the /src directory.