Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.4 KB

File metadata and controls

39 lines (23 loc) · 1.4 KB

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