Skip to content

remarkablegames/built-to-scale

Repository files navigation

Built to Scale

Built to Scale

release build lint

⚖️ 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.

Credits

Art

Audio

Font

Music

  • Guilain de Coligny

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/built-to-scale.git
cd built-to-scale

Run

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

Lint the game:

renpy game lint

License

MIT