Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ripred authored Jun 14, 2024
1 parent b72424d commit e2d9b73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Euclid
Great 1 or 2 player puzzle game written in Java for the Processing IDE/environment.

The goal is to create the largest symetrical squares on the board in any orientation by taking the spots in a turn based manner. With the right strategies one spot can create multiple squares at once.
The goal is to create the largest symmetrical squares on the board in any orientation by taking the spots in a turn based manner. With the right strategies one spot can create multiple squares at once.

Includes playing against the engine itself.

Use the mouse to select your move and then the computer will make it's move. The last move made is highlighted in orange. All other spots are colored red or blue depending on which side owns the spot.

The first player to 150 wins but this can be changed in the code. Points are awarded by the area of the squares made. Bigger squares make more points.

3 playing styles for the computer: Offsensive makes the best moves to win, Defensive makes the best moves to block your almost completed squares, Beginner mode is offensive but makes occasional mistakes randomly.

3 playing styles for the computer: Offensive makes the best moves to win, Defensive makes the best moves to block your almost completed squares, Beginner mode is offensive but makes occasional mistakes randomly.
Special keystrokes are also supported:
* Q - Quit
* C - Toggle between whether the current player is human or computer.
Expand Down

0 comments on commit e2d9b73

Please sign in to comment.