Skip to content

Progetto per l'esame Programmazione di Ingegneria Informatica

Notifications You must be signed in to change notification settings

Demigod21/Blackjack-Programmazione-Unipi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack-Programmazione-Unipi

Progetto per l'esame Programmazione di Ingegneria Informatica

Copyright © 2018 - Davide Falcone - Alcuni diritti sono riservati. Università degli Studi di Pisa

Non c'è molto da dire, il progetto che portato è un semplice gioco del blackjack in java, utilizzando JavaFX, in cui si ha la possibilità di divedere la mano (se è presente una coppia), di vedere alcuni grafici riguardo le partite giocate. La feature più divertente da realizzare è stata quella riguardo la consigliata (questa funzione segue le regole del basic strategy). Il tutto è stato fatto in 45 ore, tempo limite imposto dal professore.

All'interno vi sono tre cartelle :

Blackjack : contiene il gioco vero e proprio, zippato attraverso Netbeans.

ServerLogXMLEventi : contiene il server che riceve gli eventi XML dal gioco, come apertura, puntata, chiusura.

Documentazione : contiene i documenti di analisi e di progetto, creati prima dello sviluppo vero e proprio. Vi è inoltre il Manuale d'Uso


There's not much to say. This project is a simple game of Blackjack realized with JavaFX. This game offers the possibility to split the hand. There are also two graphs that give some informations about past games and winners. The most fun part to implement was the one about the "Recommended Play" which is based on the Basic Strategy. Everything was done in 45 hours, which was the max time allowed.

There are 3 folders: Blackjack : here you can find the game itself, zipped via Netbeans.

ServerLogXMLEventi : here you can find the server that receives some XML events, like "hint", or "hit", "stay" etc.

Documentazione : here you can find the Issue Paper, Project Documents and the Instructions Manual, the first 2 were made before coding anything.

About

Progetto per l'esame Programmazione di Ingegneria Informatica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages