Skip to content

Releases: delthas/minesweeper

1.1.2 (MacOS Patch)

18 Dec 18:38
Compare
Choose a tag to compare

Fixes a serious issue where running the game on MacOS would crash with:
java.lang.IllegalStateException: GLFW windows may only be created on the main thread and that thread must be the first thread in the process.

This was due to an undocumented limitation in the MacOS OpenGL implementation, which resulted in a bug in the JavaUI library this program uses. This issue was fixed in JavaUI 2.0.3.

minesweeper-client.jar contains the client JAR file. Simpy run it to play.

On MacOS, please run instead:

java -XstartOnFirstThread -jar minesweeper-client.jar

minesweeper-server.jar contains the server JAR file. You may run it to start the server, but you will have to change the hardcoded server hostname in the client to be able to connect to it.

1.1.0 (Balance Patch)

09 Dec 05:43
Compare
Choose a tag to compare

Balance patch for the Minesweeper demo project.

minesweeper-client.jar contains the client JAR file. Simpy run it to play.

minesweeper-server.jar contains the server JAR file. You may run it to start the server, but you will have to change the hardcoded server hostname in the client to be able to connect to it.

1.0.0

09 Dec 05:37
Compare
Choose a tag to compare

Initial MVP of the Minesweeper demo project.

minesweeper-client.jar contains the client JAR file. Simpy run it to play.

minesweeper-server.jar contains the server JAR file. You may run it to start the server, but you will have to change the hardcoded server hostname in the client to be able to connect to it.