๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Skip to content

remarkablegames/renpy-solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Renpy Solitaire

Ren'Py Solitaire

build lint

๐Ÿƒ Ren'Py Solitaire card game. See Cardgame or Ren'Py Cardgame Engine.

Play the game on:

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-solitaire.git
cd renpy-solitaire

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