https://github.com/cyberdex/slot
This is prototype of slot game on Phaser js
https://github.com/cyberdex/slot
Last synced: about 1 year ago
JSON representation
This is prototype of slot game on Phaser js
- Host: GitHub
- URL: https://github.com/cyberdex/slot
- Owner: CyberDex
- Created: 2020-04-09T13:30:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T06:20:50.000Z (about 6 years ago)
- Last Synced: 2025-03-29T01:11:10.469Z (about 1 year ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slot game
[Play game](https://cyberdex.github.io/games/Slot/ "Play game")
## Project description
This was made in 2018.
It has a spin result control option as debugging functionality inside the game (look left bottom corner).
So you can drag elements to their result positions before the spin.
Also, the condition was to count results based on paytable (left top corner), so there is some math implemented.
## Run gmae
Install dependencies:
```
npm i
```
Run on https://localhost:8080
```
npm start
```
Development build:
```
npm run build
```