Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Munizaga committed Dec 7, 2012
1 parent 021939b commit 00e56d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -7,14 +7,21 @@ All the ladies love Clojure!
## Usage


You can run the already built jar
` java -jar target/beadgame-3.0-standalone.jar `

Or

To compile the code and package it into a jar, just run:
` lein uberjar `

The you can just run the standalone jar that's included in the target.
Then you can just run the standalone jar that's included in the target.
` java -jar target/beadgame-3.0-standalone.jar `

When you start the game it will ask you for an initial board file, this board file is a space delimited columns, new lime delimited rows. You can use any colours.

When you start the game it will ask you for an initial board file, this board file is a space delimited columns, new line delimited rows. Specify a color from A-Z (caps) if you want a visual guide.
Example initial boards are provided as startBoard, startBoard2 ...
Test boards are under test-boards/

The game will explain the rest of the instructions

Expand Down

0 comments on commit 00e56d4

Please sign in to comment.