Tahoe 5

Classic Video Poker - Vibe coded in one hour!

Bet $10
Balance $90

Press Deal to start.

Keys: 1-5 hold, arrows bet, Enter/Space deal/draw, S sound, H help, Esc reset.

Try Tahoe21 blackjack!

V1.5

How To Play

1. Adjust your bet before dealing.

2. Press Deal, then select cards to Hold.

3. Press Draw to replace non-held cards.

4. Payout uses classic Tahoe values and bet multiplier.

Keyboard Controls

Enter/Space = Deal/Draw, 1-5 = Hold toggle, Arrows = Bet, S = Sound, H = Help, Esc = Reset

About

This is based on a game I wrote for DOS and Windows in 1992.

Last summer, I coded a text version using Turbo Pascal 4.0 in a DOS Box with some ChatGPT help. I wrote most of the code (~600 lines) by hand. ChatGPT wrote a good shuffle algorithm and some music routines.

Now with ChatGPT 5.3 and the CodeX app, I created a PRD from the Pascal code. Then I had it generate a VS Code project. It created the JavaScript app (~700 lines) and related html and css files (another 700 lines.) It compiled and ran first time! I added graphics for the cards and then made changes via CodeX prompts generating a few hundred more lines of code.

I did not write or review any code. It just worked!

Source code here: https://github.com/ZUrlocker1/Tahoe5