Win logic revamp + small ui change
remove stick and bust win logic now in a function and a lot less complex
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
void playerTurn(void);
|
||||
void computerTurn(void);
|
||||
void reset(void);
|
||||
int8_t calculate_winner(Player* player, Player* dealer);
|
||||
private:
|
||||
Ui::playWindow *ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user