From 9bbba5c582ea2dcbf5f22503127765999f06264c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 14 Sep 2022 05:27:49 +0300 Subject: docs: add testing section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 16f487f..c98a80a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Chess engine powered by footguns! ## Knowledge sources https://www.chessprogramming.org/ +## Testing +As [the evidence suggests](https://git.eug-vs.xyz/chess/c-chess), chess programming without proper testing can become **really** messy, **really** fast. That's why `j1chess` uses its own tiny testing framework to leverage Test Driven Development. + ## Board representation Piece-centric [bitboard approach](https://www.chessprogramming.org/Bitboards) is used to represent the board. -- cgit v1.2.3