⚖️ Play as an entrepreneur building a business to scale!
Play the game on:
This was made for the GMTK Game Jam 2024, which the theme was Built to Scale (see submission).
Read the blog post.
- Uncle Mugen
- Mad Scientist (NSAID)
- Photo by Andrew Neel on Unsplash
- Kenney Interface Sounds
- Knock knock knock
- Writing,Pen,Signature,Paper
- rotary phone ring medium
- Cell Phone Vibrate (High Quality)
- Guilain de Coligny
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/built-to-scale.git
cd built-to-scaleLaunch the project:
renpy .Or open the Ren'Py Launcher:
renpyPress Shift+R to reload the game.
Clean the cache:
find game -name "*.rpyc" -deleteLint the game:
renpy game lint