#blackjack #crossterm #game #tui #round

app rustjack

A simple TUI blackjack game in Rust with crossterm

3 releases

Uses new Rust 2024

0.1.2 Oct 20, 2025
0.1.1 Oct 20, 2025
0.1.0 Oct 20, 2025

#59 in Games

Download history 227/week @ 2025-10-15 87/week @ 2025-10-22

314 downloads per month

MIT license

53KB
412 lines

Rustjack

Minimalist TUI-based blackjack game in Rust with crossterm.

screenshot

How to play

Install form crates.io using:

cargo install rustjack

and call the binary rustjack.

If building from source, run:

cargo run

Then follow the on-screen controls.

Buttons are mapped with the initial keys of the corresponding game actions such as H to hit, S to stand, N for new round, and Q to quit.

popup

Dependencies

~4.5–8.5MB
~179K SLoC