Welcome to the Pong_py_std project! This project implements a classic Pong game using Python, std
, and stdio
.
- Classic Pong gameplay
- Player vs Player mode
- Simple and intuitive controls
- Python
stddraw
for graphicsstdio
for input/output
-
Clone the repository to your local machine:
git clone https://github.com/YoriTano/Pong_py_std.git cd Pong_py_std
-
Ensure you have Python installed on your machine. This project is compatible with Python 3.x.
-
Install the required dependencies. You need to have
std
andstdio
modules available. These modules are part of the standard library for some educational purposes, but you might need to download them from your course website or repository.
To start the game, run the pong_game.py
file:
python pong_game.py