https://github.com/remarkablegames/sat-prep
📖 SAT Prep
https://github.com/remarkablegames/sat-prep
game python renpy renpy-engine renpy-game renpy-visual-novels visual-novel
Last synced: 3 months ago
JSON representation
📖 SAT Prep
- Host: GitHub
- URL: https://github.com/remarkablegames/sat-prep
- Owner: remarkablegames
- License: mit
- Created: 2025-03-11T00:37:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T01:14:14.000Z (3 months ago)
- Last Synced: 2025-03-11T01:28:34.274Z (3 months ago)
- Topics: game, python, renpy, renpy-engine, renpy-game, renpy-visual-novels, visual-novel
- Language: Ren'Py
- Homepage: http://remarkablegames.org/sat-prep/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
# SAT Prep

[](https://github.com/remarkablegames/sat-prep/actions/workflows/build.yml)
[](https://github.com/remarkablegames/sat-prep/actions/workflows/lint.yml)📖 SAT Prep
Play the game on:
- [remarkablegames](https://remarkablegames.org/sat-prep)
## Credits
- [Kenney](https://kenney.nl/assets/interface-sounds)
- [Noraneko Games](https://noranekogames.itch.io/yumebackground)
- [Uncle Mugen](https://lemmasoft.renai.us/forums/viewtopic.php?t=17302)## Prerequisites
Download [Ren'Py SDK](https://www.renpy.org/latest.html):
```sh
git clone https://github.com/remarkablegames/renpy-sdk.git
```Symlink `renpy`:
```sh
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy
```Check the version:
```sh
renpy --version
```## Install
Clone the repository to the `Projects Directory`:
```sh
git clone https://github.com/remarkablegames/sat-prep.git
cd sat-prep
```## Run
Launch the project:
```sh
renpy .
```Or open the `Ren'Py Launcher`:
```sh
renpy
```Press `Shift`+`R` to reload the game.
Press `Shift`+`D` to open the developer menu.
## Cache
Clear the cache:
```sh
find game -name "*.rpyc" -delete
```Or open `Ren'Py Launcher` > `Force Recompile`:
```sh
renpy
```## Lint
Lint the game:
```sh
renpy game lint
```## License
[MIT](LICENSE)