Standard 9/6 Jacks or Better video poker
Controls should hopefully be straightforward (directional buttons and primary action button, e.g. Z), with the following notes:
-Press up to scroll up to the pay table above the play area.
-Secret quick-draw feature: After holding, you may press the secondary action button (e.g. X) to instantly "draw"
Note: This game makes use of audio/video synchronization (particularly in the intro) that seems to not work very well on the web version (on my computer at least; maybe you will have better results) and it looks/sounds way better if you run it in the native PICO-8 client.
Good luck :)
EDIT 2015-06-11: Updated for PICO-8 0.1.1 compatibility
EDIT 2017-06-16: Fixed coin-count display bug, adjusted several sfx volumes to avoid distortion
EDIT 2018-04-10: Added support for some things that did not exist in PICO-8 when I first made this: saving to cartdata (and "cash out" menu option to reset), button glyph on title screen


> Great work! I wish I could bet more than 5. I think you could make the game more
> "fun" by making it less random and spoon feed the player wins. I'm certain that's how
> gambling games do it on mobile devices.
Thanks! Haha yeah, that may well be more fun. I wanted to go the route of authenticity though, so I did some research on how the real machines do it; apparently 1 - 5 betting is typical, with 5 having a bonus for royal flush. Except each "1" is 25 cents or $1 or something, depending on the machine, but I thought it would be more appropriate/cute to be more "pico" with the amount and make it just 1 "coin" :)


Beautifully crafted. I love the arrangement of Desafinado with the little high-pitched rim hit (or whatever that is).
I had to make the audio mixing buffer quite long for the web version in order to avoid choppy sound on some machines, so it's hard to do anything reliably with audio syncing :(


zep wrote:
> Beautifully crafted. I love the arrangement of Desafinado with the little high-
> pitched rim hit (or whatever that is).
Thanks! Yeah I was happy that it worked with that as the entire percussion section since the rhythm is so important in bossa nova. I think the fact that such a minimal arrangement still works is a testament to the brilliance of the original composition :)
oinariman wrote:
> I found that it always deals five spade 2 cards.
> It doesn't happen on the native pico-8.
> Maybe there is a bug in the web player?
I haven't experienced that myself...what exactly does it do in the web client? Deal you five duplicates of the same card? I'm not sure I understand what you wrote.
oinariman wrote:
> By the way, the game is great. I love the warm sound.
Thanks :)


Is it possible that the web player has been updated and fixed the bug with the # operator? I think that would explain it. If I run the native player and change the SHL amount from 16 to 32 I get the same results - everything is the 2 of spades. I guess you could work around it by doing something like DECKSIZE=SHL(#DECK,#{1}==1 AND 0 OR 16). (That's as short as I can think of. You might need to scavenge bytes from elsewhere.)


weeble wrote:
> Is it possible that the web player has been updated and fixed the bug with
> the # operator? I think that would explain it. If I run the native player and
> change the SHL amount from 16 to 32 I get the same results - everything
> is the 2 of spades.
Ohhh yeah that would explain it. And I was seeing the cached version of the web player (doing a hard refresh shows the bug now). But yeah I have no space left in the cartridge so I guess I'll wait until the (hopefully soon) full release of v0.1.1 and then remove that # operator bug workaround.
EDIT: Thanks for the help figuring this out! :)
EDIT 2: New version for PICO-8 v0.1.1 is up


I'm cashing out on a win. I'll take my 74 coins in text form, please. =)

Also, excellent work on the authenticity. I've been to vegas, and this is basically an exact replica of the machines they have there, right down to the sound themes. Really nice job.


Thank you so much for the nice compliments, everyone! What a pleasant return after being gone from BBS town for a while!
@Pizza
Thanks! That means a lot coming from St. Pizza of the Church of the Blessed Bleep Bloops
@innomin
ooooo ooooo oooo
ooooo ooooo ooooo
ooooo ooooo ooooo
ooooo ooooo ooooo
ooooo ooooo ooooo
Spend it wisely.


I've always been a fan of Video Poker and this is really well done, congrats! :D


@NeithR oh yeah that's a good idea! I don't think persistent data even existed in PICO-8 when I first made this, or I probably would have used it. Although I was out of code space 'cause the limit was much lower back then! My, how things have changed :)
I will probably issue another update soon then. Thanks for the idea :)
[Please log in to post a comment]