https://github.com/remarkablegames/renpy-solitaire
🃏 Ren'Py Solitaire
https://github.com/remarkablegames/renpy-solitaire
card-game klondike python renpy renpy-engine renpy-game solitaire
Last synced: 5 months ago
JSON representation
🃏 Ren'Py Solitaire
- Host: GitHub
- URL: https://github.com/remarkablegames/renpy-solitaire
- Owner: remarkablegames
- License: mit
- Created: 2025-06-18T00:34:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-10T06:45:50.000Z (6 months ago)
- Last Synced: 2026-01-11T01:55:54.707Z (6 months ago)
- Topics: card-game, klondike, python, renpy, renpy-engine, renpy-game, solitaire
- Language: Ren'Py
- Homepage: http://remarkablegames.org/renpy-solitaire/
- Size: 22.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ren'Py Solitaire
[](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/build.yml)
[](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/lint.yml)
🃏 Ren'Py [Solitaire]() card game. See [Cardgame](https://www.renpy.org/wiki/renpy/Cardgame) or [Ren'Py Cardgame Engine](https://github.com/renpy/cardgame).
Play the game on:
- [remarkablegames](https://remarkablegames.org/renpy-solitaire)
## Prerequisites
Download [Ren'Py SDK](https://www.renpy.org/latest.html):
```sh
git clone https://github.com/remarkablegames/renpy-sdk.git
```
Symlink `renpy`:
```sh
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy
```
Check the version:
```sh
renpy --version
```
## Install
Clone the repository to the `Projects Directory`:
```sh
git clone https://github.com/remarkablegames/renpy-solitaire.git
cd renpy-solitaire
```
## Run
Launch the project:
```sh
renpy .
```
Or open the `Ren'Py Launcher`:
```sh
renpy
```
Press `Shift`+`R` to reload the game.
Press `Shift`+`D` to open the developer menu.
## Cache
Clear the cache:
```sh
find game -name "*.rpyc" -delete
```
Or open `Ren'Py Launcher` > `Force Recompile`:
```sh
renpy
```
## Lint
Lint the game:
```sh
renpy game lint
```
## License
[MIT](LICENSE)