Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matteocalvanico/pss23-calvanico-monti-ghinelli-virtualcasino

A simulation of a Casinò in Java
https://github.com/matteocalvanico/pss23-calvanico-monti-ghinelli-virtualcasino

gradle java javafx junit-test mvc-architecture

Last synced: 7 days ago
JSON representation

A simulation of a Casinò in Java

Awesome Lists containing this project

README

        



#
# Try your luck at Blackjack or Roulette and risk it all with the dice
#
## Functionality
The minimum and mandatory features are listed below:
- *Two complete games* (Blackjack & Roulette) and *one bonus* [TODO Dice]:






- *Scoreboard* to save and see all the previous records.



- A set of automated tests for both the model and view parts.
#
#
## Optional features
- [ ] Make possible to drag and drop fiches on Roulette's table.
- [ ] Throw the dice with the mouse.
- [ ] Upgrade the scoreboard with online features.
- [ ] Stop and save the game halfway through and resume it from there.
#
#
## Division of work
- Calvanico: blackjack and main menù.
- Monti: unit test and dice.
- Ghinelli: roulette and scoreboard.