From 1da6c06fa3ffb4fce2cc47c479c1bb117c0260ee Mon Sep 17 00:00:00 2001 From: Anton Gatchenko <92745738+Arondy@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:07:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fdd7a1..9b1781e 100644 --- a/README.md +++ b/README.md @@ -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.