GitXplorerGitXplorer
t

carsav

public
14 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
650fdfb2cf2040c52dde8ab3f35a58e751b78ff0

Readme updated

tthesabbir committed 9 years ago
Unverified
246e1faa1a4db9f7d9873de58454d7b32e9e05cd

Added dist

tthesabbir committed 9 years ago
Unverified
ab6eef1d0b64b58d96bab1bf4bb76ec75aa5b127

Added dist

tthesabbir committed 9 years ago
Unverified
9cd3bba868b387ce66ee0ca2a78d939bd9a6c6c3

Initial dist subtree commit

tthesabbir committed 9 years ago
Unverified
7d33e63ff961208b53679c527f53c12ed4235995

Cleanup Refactor Fixes

tthesabbir committed 9 years ago
Unverified
7194cc5eba6df02694a8f882b6a681eb517a6425

Bugfix and scoring refactor

tthesabbir committed 9 years ago

README

The README file for this repository.

A game using Phaser & ES6

To start developing:

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.

License

The MIT License (MIT) Copyright (c) 2015 Sabbir Ahmed

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.