https://github.com/mousazourob/2playerchess
2 player chess game created using Java and Board GUI
https://github.com/mousazourob/2playerchess
java
Last synced: about 2 months ago
JSON representation
2 player chess game created using Java and Board GUI
- Host: GitHub
- URL: https://github.com/mousazourob/2playerchess
- Owner: MousaZourob
- Created: 2020-06-16T23:16:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T00:52:42.000Z (over 4 years ago)
- Last Synced: 2025-02-14T19:53:51.731Z (4 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2PlayerChess
### Overview:
A 2 player chess game created using **Java** and the **Board GUI** library. Players can move the chess pieces by clicking on the GUI, and a player wins by taking the opposing king.### Features:
* Placing moves using a GUI by clicking on a piece and a legal square the piece could move to
* Legal move checker forcing players to only make legal moves
* Outcome resolver stating the winner and ending the game after an opposing king is taken### Demo:
