2025-10-15 11:12:05 +05:30
2025-11-23 23:56:05 +05:30
2025-11-23 23:56:05 +05:30
2025-10-15 11:12:05 +05:30
2025-11-24 18:47:24 +05:30

rust-poker

A simple game to demonstrate rust RNG using the poker card game

This project is meant to complement the "Yet Another Rust Tutorial" (YART) series on Youtube.

Project Objective

The project objective is to create a fully functional command-line game of Poker featuring multiple variants of the card game including Texas Hold 'em, Heads Up, and 7 Card Stud

  • Complete Implementation of the game loop
  • Functional leaderboard
  • Multiplayer Support (Client and Server components)
  • Rudimentary AI Engine

The aim here isn't to make an immersive Poker experience, rather, it is to fully understand how rust as a language works along with its quirks and how to deal with them to a certain extent. The features will be implemented progressively as the turorials cover each major topic present in the Rust Book.

Description
No description provided
Readme GPL-3.0 50 KiB
Languages
Rust 100%