Ancestor modules are the latest chase items in The First Descendant. They are character-specific mods that allow you to have custom stats on them, making your characters even stronger. Using them can ...
Play chess against the computer. The chess engine is written in Python and uses the minimax algorithm with alpha-beta pruning to generate moves. The default search depth is 4 and there's also a time ...
This project implements a classic Chinese Chess (Xiangqi) game using Python and Pygame, allowing players to challenge a computer opponent powered by the Minimax algorithm.