Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suwadith/slot-machine-javaswing-oop-gui

Java based Slot Machine Game. [Object Oriented Programming]
https://github.com/suwadith/slot-machine-javaswing-oop-gui

gui java object-oriented-programming swing

Last synced: 2 days ago
JSON representation

Java based Slot Machine Game. [Object Oriented Programming]

Awesome Lists containing this project

README

        

# 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