Terminal-Poker

Under Construction

             Michjzuman's Terminal-
    _____    ____     ___ ___    _______  _____
   /  _  | /  __  \  /  //  /   /  ____/ /  _  |
  /   __/ /  / /  / /     /    /  /__   /     /
 /  /    /  /_/  / /  /\  \   /  /___  /  /| |
/__/     \______/ /__/  \__\ /______/ /__/ |_|

File Structure

📂 Terminal-Poker
│
├─ 📄 poker.py
│
├─ 📄 server.py
│  ╰─> Run this to start a server.
│
├─ 📄 admin.py
│  ╰─> Run this to manage your server.
│
╰─ 📄 play.py
   ╰─> Run this to play the game.

How to run the game

# download the source code
git clone https://github.com/Michjzuman/Terminal-Poker.git

# navigate into the directory
cd Terminal-Poker

# run play.py

    # Linux/MacOS:
    python3 play.py

    # Windows:
    python play.py