mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Added Instructions
This commit is contained in:
@@ -27,7 +27,10 @@ public class HighIQ {
|
||||
}
|
||||
|
||||
public void play() {
|
||||
|
||||
|
||||
do {
|
||||
printBoard();
|
||||
while (!move()) {
|
||||
System.out.println("ILLEGAL MOVE, TRY AGAIN...");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user