Skip to content

remarkablegames/renpy-deckbuilding

Repository files navigation

Ren'Py Deckbuilding

Ren'Py Deckbuilding

release build lint

βš”οΈ Ren'Py Deckbuilding Template.

Play the game on:

Credits

Art

Audio

Audio

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

Check the version:

renpy --version

Install

Clone the repository to the Projects Directory:

git clone https://github.com/remarkablegames/renpy-deckbuilding.git
cd renpy-deckbuilding

Rename the project:

git grep -l "Ren'Py Deckbuilding" | xargs sed -i '' -e "s/Ren'Py Deckbuilding/My Game/g"
git grep -l 'renpy-deckbuilding' | xargs sed -i '' -e 's/renpy-deckbuilding/my-game/g'

Replace the assets:

  • web-presplash.jpg
  • game/gui/main_menu.png
  • game/gui/window_icon.png

Run

Launch the project:

renpy .

Or open the Ren'Py Launcher:

renpy

Press Shift+R to reload the game.

Press Shift+D to open the developer menu.

Cache

Clear the cache:

find game -name "*.rpyc" -delete

Or open Ren'Py Launcher > Force Recompile:

renpy

Lint

Lint the game:

renpy game lint

License

MIT