Made the Blackjack game (#2712)

* Made the Blackjack game
* Format Blackjack main.cpp
* Changed spade to diamond for dark mode visibility
* Format code
This commit is contained in:
RocketGod
2025-06-25 07:07:56 -07:00
committed by GitHub
parent 7b91103118
commit 4fbba205ad
5 changed files with 948 additions and 0 deletions
+5
View File
@@ -224,6 +224,10 @@ set(EXTCPPSRC
#space_invaders
external/spaceinv/main.cpp
external/spaceinv/ui_spaceinv.cpp
#blackjack
external/blackjack/main.cpp
external/blackjack/ui_blackjack.cpp
)
set(EXTAPPLIST
@@ -281,4 +285,5 @@ set(EXTAPPLIST
gfxeq
detector_rx
spaceinv
blackjack
)