A simple chess API package with console-game level capabilities, tied into a JavaFX GUI. This started as practice for my upcoming CMSI 186 class, but took off as I found more interesting things to do ...
This is a basic implementation of a Chess game using JavaFX. The game allows two players to play against each other on the same machine. The game includes basic features such as piece movement, ...