Skip to content

levi-wj/rust-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a command-line implementation of Texas Hold'em poker written in Rust. You play against AI bots that react to how you're playing and what cards you have.

This project allowed me to get familiar with rust for the first time.

Software Demo Video

Development Environment

All the development was done through WSL and vim.

The 'strum' crate was used which provides iterator functionality for enum types in rust.

Useful Websites

Future Work

  • Get the flow right so there aare multiple rounds of betting per card flip instead of just one.
  • Make it so three of a kind don't register as full houses

About

Texas Hold'em Terminal Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages