Skip to content

Grinv/isolines

Repository files navigation

isoLines

Build Status Code Climate Issue Count Dependency Status Built with Grunt

This project is a little bit complicated clone of the old classic Color Lines game. Soon isometric!

Early pre-beta version game screenshot

Installation

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

Usage

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 watch
  • grunt build task builds a production version of the project
  • grunt 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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Do nothing, I am not going to receive PRs for my home project 😆

History

  • 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!

Credits

Well, just me, Igor Pelekhan 😉

License

See LICENSE file in the current repository.

About

🔵 Clone of the Color Lines game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published