Skip to content

SmithTom6304/PokerInPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker In Python

A poker game, programmed in Python using PyGame.

Getting Started

  1. Install prerequisites
  2. Add the repository to your PYTHONPATH, so that the modules can be imported by the test classes
  3. Execute PokerInPython/PokerInPython.py to run the program

or, to just run the game

  1. Run PokerInPython.exe in the PokerInPython/build/exe.win32/ folder

Prerequisites

Running the tests

Use python -m unittest in the test directory to run all tests.

Tests can be run individually by executing them like a normal python file.

External Tools

Authors

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published