π Play as a student attending Psych 101!
Play the game on:
Read the blog post.
Download Ren'Py SDK:
git clone https://github.com/remarkablegames/renpy-sdk.gitSymlink renpy:
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpyClone the repository to the Projects Directory:
git clone https://github.com/remarkablegames/psych-101.git
cd psych-101Launch the project:
renpy .Or open the Ren'Py Launcher:
renpyPress Shift+R to reload the game.
Press Shift+D to display the developer menu.
Clean the cache:
find game -name "*.rpyc" -deleteLint the game:
renpy game lint