jchess/README.md
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

17 lines
276 B
Markdown

# 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
```shell
$ ./gradlew build
$ ./gradlew run
```
## Appearance
![Current Window](./Current_Window.png "Current Window")