diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |