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
- Host: GitHub
- URL: https://github.com/a7ul/slot-machine
- Owner: a7ul
- Created: 2017-12-07T19:31:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T04:17:02.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T02:22:11.815Z (about 1 year ago)
- Topics: es6, experiment, game, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.19 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`