Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 516 Bytes

SlotMachine

A simple slot machine game that runs in the browser. Project completed as part of an online JavaScript Full-Stack Bootcamp.

Last Edit: 3/27/21

Updates:

  • revised styling and naming conventions
  • added CSS color variables for theming changes in the future
  • implemented a games stats tracker for wins, loses, and the most and least spins until a win using the browser's Local Storage Web Storage API
  • finished changing default querySelector syntax to jQuery
  • added more JS comments for clarity