Learn to Program in Javascript by Building BASIC Javascript Games!
Details
For our next meetup we will program the following game:
GAME #1 -- STRIKE NINE (one player vs. computer)
Description:
- The player has a game board with all numbers from 1-9 visible (inclusive).
- The computer rolls two six-sided dice and presents the TOTAL to the player.
- The player then may remove ANY combination of one or more numbers from his or her board that add up to TOTAL.
