Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matteocalvanico/pss23-calvanico-monti-ghinelli-virtualcasino
- Owner: MatteoCalvanico
- Created: 2023-12-15T17:34:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T16:07:07.000Z (2 months ago)
- Last Synced: 2024-11-22T17:19:59.209Z (2 months ago)
- Topics: gradle, java, javafx, junit-test, mvc-architecture
- Language: Java
- Homepage:
- Size: 4.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.