https://github.com/fengb/hirabit
https://github.com/fengb/hirabit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fengb/hirabit
- Owner: fengb
- Created: 2013-01-30T06:23:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T18:30:15.000Z (about 13 years ago)
- Last Synced: 2025-07-12T16:27:22.548Z (11 months ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hirabit [](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)