Skip to content

This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards.

License

Notifications You must be signed in to change notification settings

codeslacker1155/Poker-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Poker-Game

This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards.

Description

This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards. The program is a static command line program that shows the user in a visual fashion how they can use programming languages to do fun things as well.

Getting Started

Dependencies

  • Only two dependencies (sys, random)!!
pip install random

Installing

  • No real install needed, just make sure you have the bash terminal updated
sudo apt update
sudo apt upgrade

Executing program

  • Run the program like any other common bash script.
python poker.py

Help

Common problems or issues are that you are not using an authorized user and need to switch to root.

sudo python poker.py

Authors

Contributors names and contact info

Christopher Hyatt (me)

Version History

License

This project is licensed under the [GNU Privacy v3] License - see the LICENSE.md file for details

Acknowledgments

Inspiration taken from a list of basic programs to make in any language that I have in a random text file of ideas.

About

This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages