Skip to content

A Polished Release

Latest
Compare
Choose a tag to compare
@copev313 copev313 released this 27 Mar 18:53
· 1 commit to master since this release
3fc9865

SlotMachine.js

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

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