This is an accessible verison of the dice game "Craps", written with the HTML 5 Canvas element. If your browser doesn't support HTML 5, then this game wont work for you...
Rules
In Craps, the player rolls two dice for a combined total value, called the "Point".
If the player rolls a seven (7) or eleven (11) on the first roll, the player wins.
If the player rolls a two (2), three (3), or twelve (12), the player loses.
For all other numbers, the player will continue rolling until they roll the same number as their "Point", or until they roll a seven (7).
If a player rolls a seven (7) on a follow-up roll, they lose.