TPGPL / ping-pong

A word-based game in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping Pong

A word-based game in Python.

Usage

  1. Clone this repository.
git clone https://github.com/TPGPL/ping-pong.git
  1. Set up a virtual environment and activate it.
python -m venv venv

# Windows
.\venv\scripts\activate

# Unix
source venv/scripts/activate
  1. Install the module.
pip install ping-pong
  1. Run the application as a module.
python -m ping-pong

About

A word-based game in Python

License:MIT License


Languages

Language:Python 100.0%