Author: Dan Seidman


To add the yahtzee game to your page, follow the directions below.


1. Download the following class and au files and load them in your home page directory.

Class Files

BigButton.class

Die.class

ScoreGroup.class

Yahtzee.class
AU Files

cowbell.au

ding.au

harp.au

ooh.au

whoopy.au


2. Copy and paste the html code below on your page.

3. Make any necessary changes to the html code.


<applet codebase="Your page directory here" code="Yahtzee.class" height="500" width="500"> </applet>


Back to applets pg 2!