A fully playable console-based Chess game written in Java. The game features a clean terminal UI, a working move history, basic AI for black pieces, and full implementation of chess rules including ...
A chess game implementation in Java using Swing for the GUI, object-oriented programming principles, and design patterns following clean code principles. The game features both human vs. computer ...