begedin / backstab

Stealth puzzler in Phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backstab

Development Instructions

The following npm scripts are available to you, performing the tasks as described below.

npm start     # Launch a development server. Same as `gulp dev`.
npm run dist  # Prepare the game release for distribution. Also `gulp dist`.
npm run clean # Delete temporary and distribution build files.

Also, you may want to install Gulp and Bower globally, but you are not required to do so.

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

Congrats and happy coding!

About

Stealth puzzler in Phaser

License:MIT License


Languages

Language:JavaScript 57.1%Language:TypeScript 42.9%