| ▲ | TinySol, a tiny solitaire game for DOS(classicbits.net) | |
| 36 points by skibz 5 hours ago | 8 comments | ||
| ▲ | ctippett 3 minutes ago | parent | next [-] | |
Late (late.sh) has solitaire available to play over SSH (along with minesweeper, tetris, battleships, chess... and many more). You'd be surprised at how well a lot of games translate just fine to being rendered on a simple interface. | ||
| ▲ | omoikane an hour ago | parent | prev | next [-] | |
Related, Oscar Toledo also made a tiny Klondike Solitaire program for IOCCC, I wonder if it was inspired by this one: https://nanochess.org/klondike_in_c.html https://news.ycombinator.com/item?id=48450024 - Klondike Solitaire game for curses in 5k of C (2026-06-08, 17 comments) | ||
| ▲ | pan69 2 hours ago | parent | prev | next [-] | |
Solitiny :) > NOTE: For DosBox users, DosBox doesn’t seem to support AT&T 6300 but the other modes work fine. I'm pretty sure DOSBox supports the Olivetti M24 graphics mode. | ||
| ▲ | sys_64738 3 hours ago | parent | prev | next [-] | |
This is real hacker news! Well done :) | ||
| ▲ | petiepooo 3 hours ago | parent | prev | next [-] | |
Very nice. How about site where we can play it in the browser? There are several wasm dos simulators.. | ||
| ▲ | ranger_danger an hour ago | parent | prev | next [-] | |
Not open source apparently? | ||
| ▲ | ranger_danger an hour ago | parent | prev | next [-] | |
I like to think I'm decent with C, and I thought I would be able to make my own solitaire, but just trying to wrap my head around how in the world I was supposed to lay out all the cards in memory and keep track of all the different states had me giving up pretty quickly. | ||
| ▲ | creado 3 hours ago | parent | prev [-] | |
Good work | ||