florinpop17/app-ideas

[Feature request] Addition of Slot-machine game to the codebase

Simer13 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
The repo features many interesting games, so I would like to add one more game known as the slot machine.

Describe the solution you'd like
A slot machine, also known as a poker machine, purposely used for gambling, is used to create a game of chance for the customers.
I have built it using the advanced Javascript language with ES6 and ECMA script included.

Features of the Game
The game features various engaging elements, including user input for deposit amount, displaying the remaining balance, placing bets, and selecting the number of lines. It accurately calculates the winning bet amount based on random number generation and presents it to the user in case of a win.

Repo to find the game
https://github.com/Simer13/Slow_machine_js

I already added the slot_machine game to the codebase. so im closing the issue.