Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mousazourob/2playerchess
2 player chess game created using Java and Board GUI
https://github.com/mousazourob/2playerchess
java
Last synced: 1 day 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T00:52:42.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:16:41.183Z (about 2 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:
![chessDemo](https://user-images.githubusercontent.com/66835262/87099622-415f7500-c218-11ea-97c6-c1f8029cf41e.png)