This is a chess game developed using Java, currently available as a desktop version with offline player-versus-player (PvP) functionality.
- Offline PvP: Play against another player locally on the same device.
- Classic Chess Rules: All standard chess rules are followed.
- User Interface: Simple and intuitive interface for easy gameplay.
- Chess Board: Drag and drop pieces for easy movement.
To run the desktop version, ensure you have the following installed:
- Java 8 or later: Ensure that Java is installed on your system. You can download it from here.
- IDE: Use an IDE like IntelliJ IDEA, Eclipse, or NetBeans for running or modifying the code.
- Clone or download the repository.
git clone https://github.com/smolvamp/chess.git java -jar chess/chess.jar