Skip to content

Slot machine with 5 reels, 12 symbols per reel and 15 different paylines

Notifications You must be signed in to change notification settings

rimoslav/slot-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up and run the app

1. Download the source code.

2. Inside the root folder run npm i.

3. After the installation completes run npm start to start the app.

4. Open http://localhost:3000 to view it in the browser.


At the start of the game each player gets 5000 credit to use. Users can bet 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 200, 300, 400, 500 or 1000.

There are 15 possible paylines. For payline to be winline, user must have at least 3 of the same symbols consecutively starting from the first reel. If 4 of the same symbols appear on the same payline the winning amount is bigger. Same goes for 5 over 3 and 4.

There are 3 types of symbols - low, medium and high symbols.

Low symbols are cherry, grapefruit, lemon and strawberry, which all have same value. Medium symbols are banana, coconut, kiwi and pineapple, ranked from highest valued to the lowest. High symbols are 777, diamond, clover and moneybag, ranked from highest valued to the lowest.

About

Slot machine with 5 reels, 12 symbols per reel and 15 different paylines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published