aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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.