Skip to content

Suwadith/Slot-Machine-JavaSwing-OOP-GUI

Repository files navigation

Slot-Machine-JavaSwing-OOP-GUI

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.

Rules

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.

Values

  • 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

Screenshots

About

Java based Slot Machine Game. [Object Oriented Programming]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages