The main goal was to compile all javascript-logic learnings in one project only. This project uses objects, arrays, functions, for loops, if statments and has user interaction.
- deposit some money
- how many lines they wanna bet
- collect a bet amount
- create "slot machine"
- roll the slot machine
- check if the user won
- give the user their prize
- play again
- Create a visual interface for the user to use, instead of the terminal
- Create new games with similar logics
- Optimize the code