Skip to content

remarkablegames/sat-prep

Repository files navigation

SAT Prep

SAT Prep

release build lint

πŸ“– SAT Prep

Play the game on:

Credits

Prerequisites

Download Ren'Py SDK:

git clone https://github.com/remarkablegames/renpy-sdk.git

Symlink renpy:

sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy

Check the version:

renpy --version

Install

Clone the repository to the Projects Directory:

git clone https://github.com/remarkablegames/sat-prep.git
cd sat-prep

Optional: install the Python dependencies:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Generate the chart images:

python3 game/images/chart/chart.py

Run

Launch the project:

renpy .

Or open the Ren'Py Launcher:

renpy

Press Shift+R to reload the game.

Press Shift+D to open the developer menu.

Cache

Clear the cache:

find game -name "*.rpyc" -delete

Or open Ren'Py Launcher > Force Recompile:

renpy

Lint

Lint the game:

renpy game lint

License

MIT