TUI blackjack game and simulator
Find a file
2025-07-13 19:07:41 -07:00
src offer to show count to user 2025-07-13 19:07:41 -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