Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 590 Bytes

poker

A draw poker game written in python using tkinter

Installation

The game is installed by creating a new directory containing poker2.py, pokerHiDPI.py, and highscore. The game can run on both standard monitors and hiDPI monitors. To run on a standard monitor navigate to the newly created directory in the terminal and enter

python poker2.py

To run the game on a standard monitor navigate to the newly created directory and enter

python pokerHiDPI.py

Usage

The game is a standard version of draw poker. Instructions on how to play can be found in the instructions menu.