jSlotMachine
A downloadable game for Windows, macOS, Linux, and Android
# 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.
```
<body>
...
<div id="idGame"></div>
<script src="jSlotMachine.js"></script>
<script>window.jSlotMachine({id: "idGame", rule: 3});</script>
...
</body>
```
## 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
Purchase
In order to download this game you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.