⚖️ 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.git
Symlink renpy
:
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy
Clone the repository to the Projects Directory
:
git clone https://github.com/remarkablegames/built-to-scale.git
cd built-to-scale
Launch the project:
renpy .
Or open the Ren'Py Launcher
:
renpy
Press Shift
+R
to reload the game.
Clean the cache:
find game -name "*.rpyc" -delete
Lint the game:
renpy game lint