Skip to content

Installation

slammingprogramming edited this page Jun 25, 2023 · 1 revision

Installation

Follow these steps to install and run Pong Unleashed on your system:

  1. Ensure that you have Python 3.x installed on your computer.

  2. Clone this repository or download the source code files.

  3. Install the required dependencies by running the following commands in your terminal:

pip install pygame
pip install ipaddress
  1. Navigate to the directory where you cloned or downloaded the game's source code.

  2. Run the game by executing the pong_unleashed.py file:

python pong_unleashed.py
  1. Enjoy playing Pong Unleashed!

If you encounter any issues during the installation process, please refer to the Troubleshooting page for solutions.

Pong Unleashed Installation

Clone this wiki locally