/parity

puzzle board game

Primary LanguageShellMIT LicenseMIT

parity-puzzle

Make all tiles equal

https://raw.githubusercontent.com/rhoit/parity/dump/screenshot00.png

Bash implementation of parity puzzle.

How To Play

The aim of the game is to make all tiles values equal.

Basic

Game stats with one of the tile is selected. Everytime the selector moves to new tile its value increases by one.

Black & White

Now, the board contains black and white tiles, white tiles dose the increment and black drecrement the tile value.

Installation

Arch

yaourt -S parity-puzzle-git

Manual

Download the latest verion from zip or tar clone the repo.

$ cd path-to-parity
$ ./configure
$ sudo make install
    
RequirementType
bashdepends
seddepends
ASCII-boarddepends
figletoptional

Playing

$ parity-puzzle

use arrow keys to navigate.

Other implementation