Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonjondev/solitaire
A solitaire variant made with love in Godot
https://github.com/jonjondev/solitaire
godot solitaire
Last synced: 14 days ago
JSON representation
A solitaire variant made with love in Godot
- Host: GitHub
- URL: https://github.com/jonjondev/solitaire
- Owner: jonjondev
- License: mit
- Created: 2024-10-15T13:40:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T12:01:44.000Z (28 days ago)
- Last Synced: 2024-10-19T20:46:21.642Z (26 days ago)
- Topics: godot, solitaire
- Language: GDScript
- Homepage: https://jonjondev.com/solitaire/
- Size: 36.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoshi Solitaire
A solitaire variant made with love in Godot.## How to play
The object of the format is to bare off all cards (excepting the **JOKER**) to the **_foundation piles_**.Each **_foundation pile_** may stack cards in ascending rank order (from **A** to **K**) of the same suit.
On any of the **_tableau piles_**, cards of alternating suit colors may be stacked on top of each other in descending rank order (from **K** to **A**).
The **JOKER** card may, when available, swap places with any other card across the **_tableau piles_**.
The **_JOKER pile_**, may only contain one card at a time; the **JOKER** card or any card that has been swapped out for it.
## Running the WASM build locally
Simply navigate to the root of the project and run the following command:
```console
python docs/serve.py --root .
```