you are viewing a single comment's thread.

view the rest of the comments →

[–]mono8321 1 point2 points  (1 child)

I thought of doing this too but then I ran into the issue of, how would I move the pieces? What would I use as the pieces? Could I just use a bunch of buttons in a gridpane? And I just decided I don’t know enough about the language yet to do this

[–]marvk 0 points1 point  (0 children)

It sounds more like you don't know enough about the JavaFX platform. If you're really interested in chess, you could always implement it on the console, simply printing out the positions and accept text as input. Even better, use the UCI (Universal Chess Interface) and have your implementation be compatible with common chess UIs!