Skip to content

CedericRomeyns/Slot-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


To use this slot machine you have to use, **node slot.js** in the **terminal**
to change the values of the coins you have to change **SYBOL_VALUES** on **line 14**:
```javascript 
const SYBOL_VALUES = {
    "A": 5,
    "B": 4,
    "C": 3,
    "D": 2
};``

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published