SOLITAIRE

Post Reply
totodilespy
Posts: 28
Joined: Sun Nov 01, 2020 7:23 pm
Location: United States

File Download SOLITAIRE

Post by totodilespy »

A version of solitaire for the x16!
It's mostly petscii, but overwrites the last 4 chars to get filled round ends for the cards.

Controls:
Left-click to select/move cards
Right-click to deselect if one is selected (clicking a blank area also does this)
Escape starts a new game

Source code: https://github.com/cnelson20/solitaire/

Demo it here: Try It Now!
Attachments
SOLITAIRE.zip
(3.91 KiB) Downloaded 197 times
SOLITAIRE.PRG
(7.96 KiB) Downloaded 167 times
Last edited by totodilespy on Fri May 17, 2024 3:58 am, edited 1 time in total.
User avatar
ahenry3068
Posts: 1086
Joined: Tue Apr 04, 2023 9:57 pm

Re: SOLITAIRE

Post by ahenry3068 »

totodilespy wrote: Mon May 13, 2024 5:49 pm A version of solitaire for the x16!
It's mostly petscii, but overwrites the last 4 chars to get filled round ends for the cards.

Controls:
Left-click to select/move cards
Right-click to deselect if one is selected (clicking a blank area also does this)
Escape starts a new game

Source code: https://github.com/cnelson20/solitaire/

Demo it here: Try It Now!

Excellent work. I like it.
mwiedmann
Posts: 70
Joined: Fri Jan 20, 2023 2:21 am
Location: New York City

Re: SOLITAIRE

Post by mwiedmann »

This is great! Awesome work!

One piece of feedback: Maybe put "Press ESC to restart game" on the game selection screen? You mentioned it in your post but I missed it and didn't know you could restart. Game is great though!
totodilespy
Posts: 28
Joined: Sun Nov 01, 2020 7:23 pm
Location: United States

Re: SOLITAIRE

Post by totodilespy »

Thanks for the feedback. I added some controls to the start screen so it would be harder to miss :D
mortarm
Posts: 281
Joined: Tue May 16, 2023 6:21 pm

Re: SOLITAIRE

Post by mortarm »

Few more suggestions:
  1. Since there's a lot of unused screen space, use a lower-res screen, if possible.
  2. Use that large empty space for the control descriptions, eliminating the need for a separate screen.
  3. Include keyboard-control option.
User avatar
kliepatsch
Posts: 247
Joined: Thu Oct 08, 2020 9:54 pm

Re: SOLITAIRE

Post by kliepatsch »

Nice one, thanks :)
User avatar
FredB74
Posts: 15
Joined: Wed Jul 17, 2024 9:52 am

Re: SOLITAIRE

Post by FredB74 »

I was looking for a solitaire which is with Tetris a must have game. This little one is very well done. I enjoyed playing it!
Post Reply