Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T13:44:12.000Z (over 6 years ago)
- Last Synced: 2024-11-10T09:27:26.610Z (3 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.