-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
slammingprogramming edited this page Jun 25, 2023
·
1 revision
Follow these steps to install and run Pong Unleashed on your system:
-
Ensure that you have Python 3.x installed on your computer.
-
Clone this repository or download the source code files.
-
Install the required dependencies by running the following commands in your terminal:
pip install pygame
pip install ipaddress
-
Navigate to the directory where you cloned or downloaded the game's source code.
-
Run the game by executing the
pong_unleashed.pyfile:
python pong_unleashed.py
- Enjoy playing Pong Unleashed!
If you encounter any issues during the installation process, please refer to the Troubleshooting page for solutions.
