https://github.com/tressos-aristomenis/chess-javafx-from-scratch
A chess game using JavaFX (from scratch). Check out "README" !
https://github.com/tressos-aristomenis/chess-javafx-from-scratch
chess chess-board chess-game chess-javafx chessboard java javafx
Last synced: 10 months ago
JSON representation
A chess game using JavaFX (from scratch). Check out "README" !
- Host: GitHub
- URL: https://github.com/tressos-aristomenis/chess-javafx-from-scratch
- Owner: Tressos-Aristomenis
- Created: 2018-10-04T14:06:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T13:44:12.000Z (about 7 years ago)
- Last Synced: 2025-01-07T06:46:20.511Z (12 months ago)
- Topics: chess, chess-board, chess-game, chess-javafx, chessboard, java, javafx
- Language: Java
- Homepage:
- Size: 252 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ► READ ME
Some info about the game: https://en.wikipedia.org/wiki/Chess
A normal chess game created completely from scratch. Everything is handmade.
# How to run my application
- Go to my latest release.
- Download the .zip file.
- Extract it.
- Run the .jar file inside.
- Enjoy the game and star my repository if you liked it.
# // TO-DO:
- Add En Passant move.
Contributor: NickSklA.
Check out his github: https://github.com/NickSklA.