The first visual novel by Ressu's Gamedev club
Download the latest release from the releases page.
Unzip the provided file and run the .exe
or .sh
file for your OS.
If there are no releases, or you want to build and/or develop the
game yourself, do the following:
- Download and install Ren'Py to your Desktop or Documents directory
- Clone this repository, or download it as a zip
- Unpack or move the downloaded repository to the Ren'Py SDK folder
- Launch Ren'Py and press
Launch Game
- If committing a change, use the imperative tense for messages (e.g.
Add this file and change this feature
, notAdded this file and changed this feature
). This is a good read. - Read the Ren'Py docs if dev'ing
- Make sure pictures are exported as PNGs for better quality
- Make sure backgrounds are 720p quality (1280x720)
- Name backgrounds
bg <background name>.png
, e.g.bg outside.png
- Name characters
<character name> <mood/variation>.png
, e.g.abdullah happy.png
orabdullah laughing 1.png
- Contribute as much as possible :)
- Andre
- Sergey
- Jiahe
- Vdovenko