JTowers is an adaptation of the classic seahaven towers solitaire game.
JTowers is inspired by ktowers written by Keith Packard.
JTowers is played with one pack of cards. The aim of the game is to form 4 piles of cards which run consecutively from the ace to the king of each suit.
- JRE
- JDK (if you want to recompile JTowers)
-
Check out JTowers
$ git clone git://github.com/shinoburc/JTowers
-
Run
$ cd JTowers
$ java -jar JTowers.jar
Have fun!
-
compile
$ cd JTowers $ ./compile.sh
-
create jar
$ cd JTowers $ ./gen-jar.sh
GNU GPLv3.