Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arondy authored Nov 30, 2023
1 parent 5c694f5 commit 1da6c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Game components contain classes for chess clock, players and history in algebrai
Game field uses a matrix 8x8 of ptrs to the `Figure`. It has functions for saving/loading a game by json and making a move.
### game_graphics
Has a `render()` function for drawing the game window.
### tests
Contains tests for `GameState` class, which check correctness of various game moves. It uses Catch2.

0 comments on commit 1da6c06

Please sign in to comment.