Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/spinning-machine-js
Spinning machine game build using JavaScript which allows user to bet amount and play the slot.
https://github.com/arun2002k/spinning-machine-js
javascript
Last synced: about 1 month ago
JSON representation
Spinning machine game build using JavaScript which allows user to bet amount and play the slot.
- Host: GitHub
- URL: https://github.com/arun2002k/spinning-machine-js
- Owner: arun2002k
- Created: 2023-11-04T11:25:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T13:51:42.000Z (about 1 year ago)
- Last Synced: 2023-11-24T14:41:15.842Z (about 1 year ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spinning-Machine-JS
Spinning machine game build using JavaScript which allows user to bet amount and play the slot.
## Deployment
To deploy this project run
```bash
npm init
```Package.json file is created.
## Installation
Install modules with npm
```bash
npm i prompt-sync
```
Installs prompt module.
## Running TestsTo run tests, run the following command
```bash
node project.js
```