Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 824 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 824 Bytes

JTowers

JTowers

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.

Requirements

  • JRE
  • JDK (if you want to recompile JTowers)

Getting Started

  1. Check out JTowers

    $ git clone git://github.com/shinoburc/JTowers
  2. Run

$ cd JTowers
$ java -jar JTowers.jar

Have fun!

etc

  • compile

    $ cd JTowers
    $ ./compile.sh
  • create jar

    $ cd JTowers
    $ ./gen-jar.sh

LICENSE

GNU GPLv3.

GNU GPL3v or later