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
24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more.
Immerse yourself in the classic game of chess with this Java-based implementation, featuring complete game logic and a basic AI opponent, all in a user-friendly interface.
Immerse yourself in the classic game of chess with this Java-based implementation, featuring complete game logic and a basic AI opponent, all in a user-friendly interface.
This is a simple chess game implemented in Java with a Swing-based graphical user interface. The game includes a chessboard with pieces, and users can interact with the board to move pieces.