Mufasa (wordplay on soundalike phrase "move faster") is a fast single threaded bitboard chess engine written in C++17 with the help of CMake and GTest framework. Mufasa's move generator can traverse ...
Sepentia - a chess engine coded in python that uses alphabeta/negamax and transposition table with better move ordering to achieve an ELO of 1500 at depth 4. Inspired a lil from a lot of chess engines ...