Quiz Game

Blackjack is a game prototype I built while following along with Kurt Kaiser’s How to Make a Game - Create Blackjack and Learn Unity Fundamentals tutorial series on YouTube. The core gameplay loop is:

  • Deal cards
  • Place bet
  • Get as close to 21 as you can by hitting or standing
  • Beat the dealer’s score
  • Don’t run out of money

Play the game in your browser here.

View my GitHub repo here.