This project is a little bit complicated clone of the old classic Color Lines game. Soon isometric!
This project uses grunt as a build tool, so you'll need to have installed node.js (tested with v4.2.2).
$ git clone https://github.com/ipelekhan/isolines.git
$ cd ./isolines
$ npm install -g bower
$ npm install -g grunt-cli
$ npm install
$ bower install
There are several grunt tasks pre-defined:
grunt
is a default task, that builds development version of the project and then runs development server with the Browsersync and source watchgrunt build
task builds a production version of the projectgrunt serve
task starts simple web server for testing purposes (grunt build
should be run first)grunt deploy
task deploys project to the gh-pages branch on the Github (grunt build
should be run first)grunt lint
task runs coffee and sass code linting
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Do nothing, I am not going to receive PRs for my home project 😆
- 2015/11/18 Initial commit
- 2015/11/24 Development environment is set (I guess)
- 2015/12/14 Sprites and selection added
- 2015/12/18 Started path finding implementation
- 2015/12/24 Pathfinding implemented 🎉
- 2015/12/30 I CAN MOVE TEH BALLZ! YAY!
Well, just me, Igor Pelekhan 😉
See LICENSE file in the current repository.