CPG/Chess
Mattia Giambirtone fe7e64e9c3 Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
..
nimfish Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
tests Add heavy tests. Fix minor bugs. Initial work on UCI interface 2024-04-24 10:41:01 +02:00
.gitignore Hide untested options behind when defined(), increase size of some position counters, tweak MVVLVA multiplier and more fixes 2024-04-28 16:17:30 +02:00
README.md Remove unnecessary modules and refactor some things. WIP on testing broken Zobrist hashing 2024-04-27 15:00:03 +02:00
nim.cfg Minor tweaks 2024-05-01 18:10:38 +02:00
nimfish.nimble Fix some bugs in movegen. Untested TT 2024-04-26 11:41:59 +02:00

README.md

A chess engine written in nim

For now, that's about it.

Installation

Just run nimble install

Testing

Just run nimble test: sit back, relax, get yourself a cup of coffee and wait for it to finish :)