π Ren'Py Deckbuilder Template.
Play in your browser:
Or download for desktop:
- Kenney Interface Sounds
- Pixabay
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/renpyCheck the version:
renpy --versionClone the repository to the Projects Directory:
git clone https://github.com/remarkablegames/renpy-deckbuilder.git
cd renpy-deckbuilderRename the project:
git grep -l "Ren'Py Deckbuilder" | xargs sed -i '' -e "s/Ren'Py Deckbuilder/My Game/g"git grep -l 'renpy-deckbuilder' | xargs sed -i '' -e 's/renpy-deckbuilder/my-game/g'Replace the assets:
Launch the project:
renpy .Or open the Ren'Py Launcher:
renpyPress Shift+R to reload the game.
Press Shift+D to open the developer menu.
Clear the cache:
find game -name "*.rpyc" -deleteOr open Ren'Py Launcher > Force Recompile:
renpyLint the game:
renpy game lintgame/options.rpy:
game_menu_actionset to "preferences"
game/screens.rpy:
- "Save" and "Load" are commented out
quick_menuis disabled