Skip to content

A 2D Top Down Casino game for a ASU CSE 205 Honors Contract

License

Notifications You must be signed in to change notification settings

Juggernaut9434/soldiSprecati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soldi Sprecati

Other known as "wasted money" is a game using a GUI set called JavaFX

UML Diagram

Started on: 12 Sept 2020

Finished on: 20 Nov 2020

Game Setup

Scene Builder creates an fxml file, then the Controller takes attributes from that fxml and the Application is attached to the Controller while the fxml file is attached to the Application.

Basically, everything is nicely sewn together.

There is the JavaFX and the terminal version, the terminal version does not have betting functionality as of v1.0.0.0

How to Play

The player wants to have a higher score than the dealer. The catch is that the player cannot go above the score of 21. The number is the number you get added to the score; face cards are worth 10. The ace can either be a score of 1 or 11, you're choice. There is no limit to the amount of cards you can have, just stay at or below 21, or else you lose.

  • Click the hit btn to add a card to your hand
  • Click stay to stop adding cards to your hand
  • in the top left, you can change you're bet amount

Acknowledgements