jSlotMachine
About
# jSlotMachine
A Simple slot machine game written in modern JavaScript.
Play slot machine safely w/o losing your money !
## About
Blazing fast as source code is optimized to maximum !
No warnings or errors !
Object Oriented design !
Time based rendering. Faster the CPU the better !
Written in modern JavaScript.
## Usage as component
Simply add these in your website.
You can add as many jSlotMachine's as you like.
```
...
...
```
## Options
These are given as object to `window.jSlotMachine({...})`
- id (string) : Element to attach jSlotMachine. If empty attach to body
- rule (int) : Winning rule (1-5)
- money (int) : Start money
- bet (int) : Bet (1-10)
- style (string) : CSS style
- id (string) : HTML Element
## Requirements
Only browser.
Works on any OS + mobile devices !
## Usage
Unzip the package.
Then just click `index.html` to play.
## License
Personal use or for you own website