Skip to content

palagdan/Poker-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Poker Game

Welcome to the CLI Poker Game! This is a Python-based implementation of a Texas Hold'em game, allowing players to experience the excitement of one of the most popular poker variations. This README will guide you through the setup, usage, and features of the game.

Table of Contents

  1. Features
  2. Installation
  3. Usage

Features

  • Simulates a Texas Hold'em poker game with up to 8 players.
  • Includes both human and AI players.
  • Supports betting actions such as check, call, raise, and fold.
  • Implements blinds and betting rounds (preflop, flop, turn, river).
  • Determines the winner based on the best hand combination.
  • Displays game state, including player information, community cards, and pot size.

Installation

To run this game, ensure you have Python installed on your machine. You can download Python from python.org.

pip install -r requirements.txt

Usage

To start the game, run the following command:

python main.py

To run tests:

python tests/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages