Java based Slot Machine Game. [Object Oriented Programming]
The Game UI was developed using Java Swing.
The game generally involves betting some credits and by spinning the wheels you generally turn your bet into a profit or a loss.
If all 3 Symbols are a match, then that means you've won that bet and you'll earn some credits according to the value the Symbol that’s in all those 3 wheels.
- Seven: 7
- Bell: 6
- Watermelon: 5
- Plum: 4
- Lemon: 3
- Cherry: 2
Winning Credits = Current Bet x Value of the Symbol
Additional Feature: Player Stats can be saved to a TextFile and also a Graph can be produced according to the stats of the user