A command-line solitaire dice game

Play with your Puppy.
Post Reply
Message
Author
User avatar
6502coder
Posts: 677
Joined: Mon 23 Mar 2009, 18:07
Location: Western United States

A command-line solitaire dice game

#1 Post by 6502coder »

Here's a nice little solitaire game that runs from the command line (no GUI);. It's perfect for a coffee break or while you're waiting for that big download to complete.

It's a computerization of a pencil-and-paper dice game called Solitaire Dice. See the attached "readme" file, which explains the rules of the game. If it sounds interesting, download the .gz file which contains the executable as well as the readme AND the full source code too. It's written in C++.

The executable is only 12K and has been verified to run on 4.1.2 Retro, Wary 5.1.4.1, and Slacko 5.6, so it ought to work pretty much anywhere.
Attachments
Solid_Readme.zip
This is a text file, NOT a ZIP. DL and change extension to .txt
(5.45 KiB) Downloaded 220 times
solid.tar.gz
source, documentation, and executable
(10.58 KiB) Downloaded 206 times

Post Reply