Simply tap the icon to launch the Tabboz Simulator directly in your browser.
In order to compile the project we need the following software installed on our development machine:
- Python >= 3.8
- Emscripten
Build the project.
make build
We also have a script for updating dialogs used in the project, you only need to run this if you modify the .rc
files:
make rc
To fix the linting errors, use the following command:
make format