Releases: mrzhenya/jjeopardy
Releases · mrzhenya/jjeopardy
v0.4.0
A fully featured game with a bunch of new features:
- improved support for JeopardyLabs.com HTML file games;
- added support for editing an existing game and for creating a new game;
- improved printing game functionality;
- better support for loading and rendering images in the game window and edit game dialog;
- accessibility improvements (easier keyboard navigation, ESC/Enter handling);
- numerous bug fixes.
v0.3.1
A more mature release of the game with more features. Major features include the following:
- support for the images in questions and answers;
- support for loading games from https://jeopardylabs.com/ (downloaded html files);
- support for printing game information in various formats (answers only or questions and answers).
Some game mechanics changed as well - added an ability for multiple players to answer the same question before the question round ends. Also, numerous bug fixes and style improvements.
On the developer side, the project now has two maven profiles to package distribution files differently for Mac (exe) and Windows (dmg). Switched to j4log for logging and added a log file to the game settings directory (for easier debugging of the packaged files).