🎰 WDI PROJECT #01 - SLOT MACHINE GAME 🎰

Overview

SLOT WARS

  • A Slot Machine Game From A Galaxy Far, Far Away

Technologies Used

  • Built with HTML, CSS, and JavaScript

MVP

  • When BET button is clicked, increase bet amount by 1
  • When SPIN button is clicked, reels will animate/"spin"
  • Each slot will return a random image
  • Basic game rules: All three match === win
  • Hosted on the Internet

Features

  • Place bets
  • Track score
  • Apply a theme (Star Wars)
  • Background audio: R2D2
  • Win audio: Cantina Band
  • Loss audio: Chewbacca roar

Icebox

  • Fix styling (center cards, adjust margins)
  • Mobile version
  • Refactor JS

Getting Started

  • Press "BET +1" to set your bet total
  • Press the "SPIN!" button to spin the reels
  • Three matching slots = WIN
    • Win = Total Score + (100 pts * bet total)
    • Lose = Total Score - (100 pts * bet total)
  • Press "SPIN AGAIN" to reset bet and start another turn
  • Press "NEW GAME" to reset the game & start over

Next Steps

  • Mobile version/responsive
  • High score system/database
  • More elaborate scoring system