updated blackjack example
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
; NumberJack: a number-only blackjack game in MU8A for the mu808 VM
|
; NumberJack: a number-only blackjack game in MU8A for the mu808 VM
|
||||||
|
;
|
||||||
; How to play:
|
; How to play:
|
||||||
; * you start with a $1000 balance
|
; * you start with a $1000 balance
|
||||||
; * on each round, enter your bet
|
; * on each round, enter your bet
|
||||||
@@ -12,6 +13,7 @@
|
|||||||
; first and then yours
|
; first and then yours
|
||||||
; * the dealer must draw on 16 and stand on any 17
|
; * the dealer must draw on 16 and stand on any 17
|
||||||
; * player's blackjack pays 3 to 2
|
; * player's blackjack pays 3 to 2
|
||||||
|
;
|
||||||
; Created by Luxferre in 2025, released into public domain
|
; Created by Luxferre in 2025, released into public domain
|
||||||
|
|
||||||
; constants section
|
; constants section
|
||||||
|
|||||||
Reference in New Issue
Block a user