Java chess game
Go to file
Debucquoy Anthony (tonitch) 26d3bb5c05
Board Made of Rectangles
I don't know if this is the right way to do this but I seems looks like
a good idea.
2023-04-02 23:29:02 +02:00
.idea Board Made of Rectangles 2023-04-02 23:29:02 +02:00
app Board Made of Rectangles 2023-04-02 23:29:02 +02:00
gradle/wrapper Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
jchess/.idea Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
.gitattributes Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
.gitignore Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
Current_Window.png Board Made of Rectangles 2023-04-02 23:29:02 +02:00
gradlew Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
gradlew.bat Redoing gradle build without idea 2023-04-02 21:27:49 +02:00
LICENSE Initial commit 2023-04-02 20:40:11 +02:00
README.md Board Made of Rectangles 2023-04-02 23:29:02 +02:00
settings.gradle Redoing gradle build without idea 2023-04-02 21:27:49 +02:00

jchess

A chess Board writen in Java

The goal of this project is to get used to javaFX. This might awefull code, don't loook to deeply!

Build & Run

$ ./gradlew build
$ ./gradlew run

Appearance

Current Window