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

https://github.com/a7ul/slot-machine

A slot machine game written in pure Javascript and Node JS
https://github.com/a7ul/slot-machine

es6 experiment game javascript nodejs

Last synced: about 1 year ago
JSON representation

A slot machine game written in pure Javascript and Node JS

Awesome Lists containing this project

README

          

# SLOT MACHINE GAME

A game written in pure Javascript and Node JS

- Zero Framework approach - both on frontend and backend
- Uses ES6
- Static file server also in pure Node JS

To Play :

1. `git clone https://github.com/master-atul/slot-machine.git`
2. `yarn install` or `npm install`
3. `yarn start` or `npm start`