An open API service indexing awesome lists of open source software.

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

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
```