This is a simple chess game implemented in Java. It allows you to play chess on a graphical user interface. This project was developed to enhance my Java programming skills following a tutorial by Ryisnow.
You can download and play the game on your local computer from here.
- Supports standard chess rules.
- GUI interface for easy gameplay.
- Pieces move according to their specific rules.
- No AI feature, meant for two-player gameplay only.
- 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.
- Created by Aurio Rajaa.
- Tutorial by Ryisnow.
- Chess pieces images by Ryisnow.