feat(game): add blackjack game component and routing
Some checks failed
Some checks failed
This commit is contained in:
parent
32aa753452
commit
eb153f4459
12 changed files with 273 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
export interface Card {
|
||||
value: string;
|
||||
suit: string;
|
||||
hidden: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue