A small game, inspired by golf solitaire and similar games like Faerie Solitaire, that I've created to learn Godot Engine and GDScript.

How to play:

  • Only the topmost, unobstructed cards from the tableau can be removed. When a card is removed, the cards that were beneath it and are no longer obstructed become available for play.
  • To remove a card it has to match the current one from the stock. Cards match if they are either one rank higher or one rank lower.
  • Cards rank A 2 3 4 5 6 7 8 9 10 J Q K and there is "wrapping" (Ace on a King and King on an Ace). The Joker is a special card that matches any other card.
  • Whenever there are no possible plays, turn cards up one at a time from the stock.
  • The hand is over when the stock is exhausted or there are no more cards in the tableau.

In development:

Right now you can play hands based on a couple of card layouts and randomly modified depending on the selected difficulty (by default the difficulty is set to random). I haven't had the time to fine tune the difficulty so there's room for improvement there for potential future versions. Also, I'd like to add a mode with more hand crafted levels and objectives at some point.

StatusIn development
PlatformsWindows, Linux, Android, HTML5
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
Authorbinarynonsense
GenreCard Game, Puzzle
Made withGodot
TagsRelaxing, solitaire

Download

Download
solitaire_linux.zip (0.1.1) 15 MB
Download
solitaire_windows.zip (0.1.1) 13 MB
Download
solitaire_android.apk (0.1.1) 22 MB

Development log