An open API service indexing awesome lists of open source software.

https://github.com/fengb/hirabit


https://github.com/fengb/hirabit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Hirabit [![Build Status](https://secure.travis-ci.org/fengb/hirabit.png)](http://travis-ci.org/fengb/hirabit)
======
Hirabit is a puzzle game where you branch and merge lines to activate pieces on a grid.

Getting Started
------
* The goal is to pass lines through all greens while avoiding all reds.
* Click on any cell to activate a **branch**. A branched line will split into two.
* When two lines pass through the same cell, they will **merge**. Merged lines will nullify each other's path.
* Strokes are counted per activated cell. Lower strokes are better like golf. Hence strokes and par.

Acknowledgements
------
This project uses the following libraries:
* [jQuery](http://jquery.com)
* [jQuery hashchange event](http://benalman.com/projects/jquery-hashchange-plugin/)
* [qunit](http://qunitjs.com)