From 4ec68fee3940ee46da22f8943c61fa592cd52944 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 30 Apr 2025 13:53:59 +0300 Subject: [PATCH] updated blackjack example --- examples/numjack.mu8a | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/numjack.mu8a b/examples/numjack.mu8a index 4118737..9a25f64 100644 --- a/examples/numjack.mu8a +++ b/examples/numjack.mu8a @@ -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 @@ -9,9 +10,10 @@ ; * on the first turn, select 0 (stand), 1 (hit) or 2 (double) ; * on each next turn, select 0 (stand) or 1 (hit) ; * as a result of the round, the dealer's final hand will be shown -; first and then yours +; 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