/Blackjack21

My first project and use of github.

Primary LanguageC#

Blackjack 21

Eng / Hun

ENGLISH


The game has a menu with 3 options:

  • Play
  • Statistics
  • Exit (Save)

Navigation in the menu is possible as follows:

  • Inputting the chosen option's number
  • Inputting the chosen option's name (not case sensitive)

The Play option starts the game which when ended goes back to the menu. The Statistics option shows the collected data about the player and also provides an option to delete it. Finally, the Exit option exits the game and saves it. (IMPORTANT: Exiting the game in any other way results in data loss!)

The game also includes a levelling system. The player's experience is measured in TIER, for which the corresponding title is displayed.

The player can advance to a level only if he/she has reached the amount of experience points required for the next level, which are obtained as follows:

  • Win: +3xp
  • Push: +2xp
  • Lose or Bust: +1xp
  • If you get a BLACKJACK: additional +3xp to the final result

HUNGARIAN


A játéknak van egy menüje 3 lehetőséggel:

  • Játék
  • Statisztikák
  • Kilépés (Mentés)

A menüben való navigálás a következőképp lehetséges:

  • A választott opció sorszámát beütve
  • A választott opció nevét beütve

A Játék gomb elindít egy játékot, azt befejezve visszatér a főmenübe. A Statisztika fül megmutatja a játékosról gyűjtött statisztikákat, illetve lehetőséget kínál azok törlésére. A Kilépés opció pedig kilép a játékból elmentve azt. (FONTOS: A játék más módon való kiléptetése adatvesztéssel jár!)

A játék tartalmaz szint rendszert is. A játékos tapasztaltságát TIER-ben méri, amihez a megfelelő titulust jeleníti meg.

Szintet csak akkor léphet a játékos ha elérte a következő szinthez szükséges tapasztalati pontok mennyiségét amiket a következőképp kap:

  • Győz: +3xp
  • Döntetlen: +2xp
  • Veszít vagy besokall: +1xp
  • Ha BLACKJACK-et kap: végeredményhez hozzáadott +3xp