Skip to content

thesabbir/carsav

Repository files navigation


Congrats! To start developing you new game right away, type the following command in a terminal:

Tip: you can also use Gulp to manage development tasks.

npm start     # Also `gulp`: launches the project development environment.

The following npm scripts are also available:

npm run dist  # Or `gulp dist`: Prepares the game for distribution.
npm run clean # Or `gulp dist:clean`: Deletes build files.

Should you consider distributing your game as an open source project, please include a LICENSE file in your project root.

Releases

No releases published

Packages

No packages published