A toy single-threaded connect 4 minimax engine written from scratch.
- TUI
- Customizable board size
- Minimax
- Bitboard implementation (~30 mio. nodes/s)
- Alpha-beta pruning
- Simple heuristic
- CMake build system
- Zero dependencies
- Human-written code
mkdir build && cmake .. && make -j14
./FourFish