This is a simple chess game implemented in Java. It allows you to play chess on a graphical user interface.
- Supports standard chess rules.
- GUI interface for easy gameplay.
- Pieces move according to their specific rules.
- Includes basic AI for single-player mode.
- Clone the repository to your local machine.
- Open the project in your Java IDE.
- Compile and run the
Main.java
file.
- Click on a piece to select it.
- Click on a valid square to move the selected piece.