You can support the development on the Github Sponsors page.


Games > SOLITAIRE


The classic card game
made by Zach_Attakk
uploaded by Zach_attakk
added:
updated:
download cartridge
- CLICK TO PLAY -

13


Simple implementation of Solitaire, designed for controller.
Card design from yewbi (https://unbent.itch.io/yewbi-playing-card-set-1)

This is probably the most complete "game" I've ever put on the internet.

Update:
- Peek at selected card
- Cards stack better
- Holding down while selecting a card will pick up the lowest card on that column (helps for playing out)

Things I still want to change:
- animation (cards move instead of teleporting)
- detect when we can play out and offer it
- sound?
- something happens when you win
- some stats maybe?

Comments


BGelais

seems to be a nice game, but lot of errors in the code to fix. :)

Zach_attakk

Hi BGelais, sorry about that. Corrected.

ThaCuber

You could use mouse controls

just sayin'

Zach_attakk

Thanks ThaCuber. It is something I want to try, but for the core functionality I wanted to write controller support

TylerDurden

This is nice, kinda hard to navigate tho

denis1080

Hey! I really enjoyed your implementation of Solitaire. The game felt very natural to navigate and had similar controls relative to a card game I developed.

You might never see this, but the issue I encountered was a game crash when placing a non-ace card on an empty foundation pile. I have a fix for that (as a code diff) at https://gist.github.com/deniscormier/82bbcdf8d7fc0b679d520c84a71637aa

Great code comments by the way :)


Post comment