Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Tests

To run tests, run the following command

```bash
node project.js
```