Releases: copev313/SlotMachine
Releases · copev313/SlotMachine
A Polished Release
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