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.
This commit is contained in:
2023-04-02 23:22:38 +02:00
parent 58f17472d8
commit 26d3bb5c05
7 changed files with 76 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
# jchess
Java chess game
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
```shell
$ ./gradlew build
$ ./gradlew run
```
## Appearance
![Current Window](./Current_Window.png "Current Window")