Releases: nwestervelt/chess-game
Releases · nwestervelt/chess-game
Bug Fixes
Network Play
Network play implemented, and a host of bug fixes included along with the new feature.
JDK version 8 or later required to run the JAR file.
If compiling from source, MainFrame is the entry point of the program and javac MainFrame.java
will compile the program.
Initial Release
Initial release, local play only.
JDK 17 or newer required to run ChessGame.jar.
If compiling from source, MainFrame is the class acting as the entry-point of the program.