Skip to content

Releases: nwestervelt/chess-game

Bug Fixes

08 Dec 03:41
106ea36
Compare
Choose a tag to compare

Bug fixes to the most recent release (v1.1.0).

JDK or JRE version 8 or higher required to run this release.

Network Play

30 Nov 07:51
56af445
Compare
Choose a tag to compare

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

15 Nov 07:02
2516f0f
Compare
Choose a tag to compare

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.