updated blackjack example

This commit is contained in:
Luxferre
2025-04-30 13:53:59 +03:00
parent efe4d4f467
commit 4ec68fee39
+2
View File
@@ -1,4 +1,5 @@
; NumberJack: a number-only blackjack game in MU8A for the mu808 VM
;
; How to play:
; * you start with a $1000 balance
; * on each round, enter your bet
@@ -12,6 +13,7 @@
; first and then yours
; * the dealer must draw on 16 and stand on any 17
; * player's blackjack pays 3 to 2
;
; Created by Luxferre in 2025, released into public domain
; constants section