Skip to content

remarkablegames/psych-101

Repository files navigation

Psych 101

Psych 101

release build lint

πŸ“– Play as a student attending Psych 101!

Play the game on:

Read the blog post.

Credits

Art

Font

Sound

Ideation

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

Install

Clone the repository to the Projects Directory:

git clone https://github.com/remarkablegames/psych-101.git
cd psych-101

Run

Launch the project:

renpy .

Or open the Ren'Py Launcher:

renpy

Press Shift+R to reload the game.

Press Shift+D to display the developer menu.

Clean the cache:

find game -name "*.rpyc" -delete

Lint

Lint the game:

renpy game lint

License

MIT