This project is a simple slot machine implemented using HTML, CSS, and JavaScript.
- Interactive slot machine with five reels
- Supports various sound effects (start, spin, win, etc.)
- Dynamic symbol display
- Management of balance and bets
- Download or clone the repository using:
git clone https://github.com/LeonNussbaum/SimpleJsSlot.git
- Ensure that the necessary files are present:
index.htmlstyles.cssscript.jsimages/(contains slot machine symbols)audio/(contains sound effects)
- Open the
index.htmlfile in a web browser.
- The slot machine starts with an initial balance of 1000.
- The default bet is 10 per spin.
- The symbols on the reels change with each spin.
- Winning lines are highlighted after a successful spin.
- Sound effects accompany various actions.
|-- index.html # Main structure of the slot machine
|-- styles.css # Styles for the layout
|-- script.js # Game logic
|-- images/ # Slot machine symbols
|-- audio/ # Sound effects
|-- img/ # Folder containing screenshots
|-- img.png # Screenshot of the slot machine
- Implementing a more detailed winning system
- Animated reel rotations
- More symbol types for diverse spins
- Slot Feature
You can test the slot machine live at: https://silverkush.de/slot/index.html
This project is free to use and modify.
