datag / rust-texas-holdem

Texas Holdem Tinkering in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-texas-holdem

This is a tinkering/learning project aimed at reimplementing some of the functionality of my HoldingNuts libpoker (which was written in C++/Qt) in Rust.

It currently consists of:

  • Handling of playing cards
  • Handling of a card deck
  • Simulating Texas Holdem hands and comparing with their probabilities

Run

# Debug run
cargo run

# Release run
cargo run --release

About

Texas Holdem Tinkering in Rust


Languages

Language:Rust 100.0%