Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/suwadith/slot-machine-javaswing-oop-gui
- Owner: Suwadith
- Created: 2017-03-24T18:44:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T12:32:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-13T19:38:30.910Z (2 months ago)
- Topics: gui, java, object-oriented-programming, swing
- Language: Java
- Homepage:
- Size: 1.82 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: 2Winning 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