Skip to content

Il codice è un programma completo per giocare a BlackJack, con registrazione e login per utenti, con la possibilità di depositare denaro e visualizzare il proprio saldo.

Notifications You must be signed in to change notification settings

landigf/BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack

IT:

Il codice è un programma completo per giocare a BlackJack, con registrazione e login per utenti, con la possibilità di depositare denaro e visualizzare il proprio saldo.

Il gioco inizia con un menu che permette all'utente di scegliere tra creare un nuovo account ("sing up"), effettuare il login o utilizzare un account demo che gli fornisce una determinata quantità di denaro. Il gioco stesso è strutturato in modo da gestire un mazzo di carte, che viene mescolato all'inizio del gioco e successivamente ridotto man mano che vengono estratte carte.

Una volta effettuato l'accesso, viene chiesto all'utente di inserire una puntata e vengono utilizzate le funzioni del programma per eseguire una partita di BlackJack. Il gioco include la possibilità di raddoppiare e dividere le carte, così come l'uso dell'Asso come 1 o 11 a seconda del caso. Il codice utilizza una struttura per salvare le informazioni degli utenti e una matrice per rappresentare il mazzo di carte.

EN:

The code is a complete program for playing BlackJack, with registration and login for users, with the ability to deposit money and view your balance. The game starts with a menu that allows the user to choose between creating a new account ("sing up"), logging in, or using a demo account that provides him with a set amount of money.

The game itself is structured to deal with a deck of cards, which is shuffled at the start of the game and subsequently reduced as cards are drawn. Once logged in, the user is asked to place a bet and the program features are used to play a game of BlackJack.

The game includes the ability to double and split cards, as well as the use of the Ace as a 1 or 11 as the case may be. The code uses a structure to store user information and a matrix to represent the deck of cards.

About

Il codice è un programma completo per giocare a BlackJack, con registrazione e login per utenti, con la possibilità di depositare denaro e visualizzare il proprio saldo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published