Check your system requirements
Make sure you have Java 17 or above installed on your computer.
You can verify this by running the following command in your terminal or command prompt:
java -version
If Java is not installed, download it from Oracle’s JDK 17 page or use OpenJDK 17.
Download the latest release
Go to the Releases page of our GitHub repository and download the latest .jar file.
Run the application
Open a terminal in the folder containing the downloaded .jar file and run:
java -jar playbook.jar
The application window should appear, ready for use.
Saving your data
The app automatically saves your data to a JSON file on your computer whenever changes are made. You do not need to manually save your progress.
Getting help
Within the app, type help to get a link for our UserGuide.
You can also refer to the User Guide for detailed instructions and examples.
If you encounter errors while running the .jar file, check:
.jar file is located in a folder you have permission to access