Betting Game (Single Player)

This Betting Game was created as a student project to Lighthouse Lab's Web Development Bootcamp in Vancouver - BC.

Development

This project was created using the following tools:

  • jQuery
  • Bootstrap
  • Font Awesome
  • Google Fonts
  • Stock Photo from Death to Stock Photo
  • Heroku (hosting)

Live Demo

The live demo of this project can be found on Heroku at the following address:

https://betting-game.herokuapp.com/

Game Rules:

  • The players start off with $100 and are asked to place a bet between $5 and $10
  • Then they have to enter a number between 1 and 10 in order to guess the correct number
  • The computer will select a random number for comparison with the players choices
  • If they get the number exactly, they double their money
  • If they are only off by 1, they get to keep their bet
  • Otherwise they lose their bet
  • The game ends if the player loses all their money