README.md

December 5, 2022 · View on GitHub

Solo Yahtzee

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 On2010-01-16 12:57:48
By0x34
LevelIntermediate
User Rating5.0 (30 globes from 6 users)
CompatibilityVB 6.0
CategoryGames
WorldVisual Basic
Archive FileSolo_Yahtz2172971162010.zip

API Declarations

Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long