TUI blackjack game and simulator
Find a file
Nick Pegg 69a4239f90 Refactor the game flow and support splits
Behaves more like a client/server, rather than just taking a decision
function. The CLI logic is more complex now, but the game is more
flexible and and support splits (basically branching the hand off)
2025-07-09 12:30:37 -07:00
src Refactor the game flow and support splits 2025-07-09 12:30:37 -07:00
.gitignore initial commit - basic TUI blackjack game 2025-07-04 14:15:56 -07:00
Cargo.lock Refactor the game flow and support splits 2025-07-09 12:30:37 -07:00
Cargo.toml Refactor the game flow and support splits 2025-07-09 12:30:37 -07:00
LICENSE add license 2025-07-05 17:30:37 -07:00
README.md initial commit - basic TUI blackjack game 2025-07-04 14:15:56 -07:00

Blackjack CLI tool and simulator

I built this just for fun, and because I wanted to test some blackjack strategies