You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.
ConsoleGrandmaster is a Java-based console chess game, fully developed by me from scratch. It features a functional chessboard, piece movement, and turn-based gameplay using an OOP approach. Currently, 50% of the code is complete, with check/checkmate detection, special moves, and AI opponent still in progress.