Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auriorajaa/2dsimplechess
This repository contains a simple chess game implemented in Java. It features a graphical user interface where you can engage in a game of chess following standard rules. The project was created by Aurio Rajaa while following a tutorial by Ryisnow on YouTube. The chess piece images used in the game are also from Ryisnow's tutorial.
https://github.com/auriorajaa/2dsimplechess
2d 2d-game chess chess-game chessboard java javagame
Last synced: 2 days ago
JSON representation
This repository contains a simple chess game implemented in Java. It features a graphical user interface where you can engage in a game of chess following standard rules. The project was created by Aurio Rajaa while following a tutorial by Ryisnow on YouTube. The chess piece images used in the game are also from Ryisnow's tutorial.
- Host: GitHub
- URL: https://github.com/auriorajaa/2dsimplechess
- Owner: auriorajaa
- Created: 2024-02-29T02:23:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T11:04:44.000Z (11 months ago)
- Last Synced: 2024-03-02T03:33:15.407Z (11 months ago)
- Topics: 2d, 2d-game, chess, chess-game, chessboard, java, javagame
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Game đŽ
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](https://github.com/auriorajaa/2DSimpleChess/releases/download/v1.0.0/SimpleChess.exe).
## Features đ
- 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.## How to Play đšī¸
1. Clone the repository to your local machine.
2. Open the project in your Java IDE.
3. Compile and run the `Main.java` file.## Controls đŽ
- Click on a piece to select it.
- Click on a valid square to move the selected piece.## Credits đ
- Created by [Aurio Rajaa](https://github.com/auriorajaa).
- Tutorial by [Ryisnow](https://www.youtube.com/@RyiSnow).
- Chess pieces images by [Ryisnow](https://www.youtube.com/@RyiSnow).