Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashant-chaurasia/chessgame
A chess game in Java
https://github.com/prashant-chaurasia/chessgame
awt game gui java oops-in-java swing
Last synced: 22 days ago
JSON representation
A chess game in Java
- Host: GitHub
- URL: https://github.com/prashant-chaurasia/chessgame
- Owner: Prashant-Chaurasia
- Created: 2016-10-04T20:21:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T08:28:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T17:57:29.152Z (2 months ago)
- Topics: awt, game, gui, java, oops-in-java, swing
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChessGame
A GUI based Chess game in Java to learn Object Oriented Programming Principles. The gui part of this game is made using Java Swing and AWT packages.## Screenshots
![chessgame](https://user-images.githubusercontent.com/19494189/27760746-c35f1aa0-5e6c-11e7-8c63-b68224bbcb49.png)
----
![chessgame2](https://user-images.githubusercontent.com/19494189/27760803-be5f8af2-5e6d-11e7-83ee-3a68bf7da608.png)
## Contributors
* [Prashant Chaurasia](https://github.com/Prashant-Chaurasia/)