The game Nine men's morris as software project for Software Engineering at HTWG Konstanz
Start a new game by running
sbt run
Once both players' names are entered, a help message can be displayed by typing
> help
Type 'set 3' to place a stone on the third position.
Type 'move 2 3' to move a stone from position 2 to position 3.
Type 'h' or 'help' for this help message.
Type 'q' or 'quit' to close the game.
1-----------2-----------3
| | |
| 4-------5-------6 |
| | | | |
| | 7---8---9 | |
| | | | | |
10--11--12 13--14--15
| | | | | |
| | 16--17--18 | |
| | | | |
| 19------20------21 |
| | |
22----------23----------24