Hey folks!
Decided to brush-up on the old JavaScript by writing a Craps game.
While this idea is nothing new (https://stackoverflow.com/questions/23378166/program-that-simulates-the-game-of-craps-need-helps-adding-bank-on-this-code) I want my code to pull from an array.
Questions:
- Am I on the right track as far as logic.
- Why the hell isn't my button working?
Here's my playground: http://liquidsolomon.com/craps.html
Cheers!