README.md
December 5, 2022 · View on GitHub
Description
Updated Version 3.0.0.83: Solo Yahtzee is a single player graphically based Yahtzee game designed to be played on any Windows machine. It’s extremely easy to play and very addictive. The code is not commented (not much anyway) – my apologies.
This is the FINAL-FINAL updated version. Newly added features include: Sounds, Advanced High Score keeping, Intelligent auto-play assistant, and more. I've added an interesting session graphing function to monitor your game play. Enjoy!
More Info
| Submitted On | 2010-01-16 12:57:48 |
| By | 0x34 |
| Level | Intermediate |
| User Rating | 5.0 (30 globes from 6 users) |
| Compatibility | VB 6.0 |
| Category | Games |
| World | Visual Basic |
| Archive File | Solo_Yahtz2172971162010.zip |
API Declarations
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long