https://github.com/surajv311/pygame-game-2
Pong game using pygame
https://github.com/surajv311/pygame-game-2
Last synced: 5 months ago
JSON representation
Pong game using pygame
- Host: GitHub
- URL: https://github.com/surajv311/pygame-game-2
- Owner: Surajv311
- Created: 2020-05-18T18:29:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T12:01:34.000Z (about 5 years ago)
- Last Synced: 2025-04-04T00:04:57.027Z (6 months ago)
- Language: Python
- Size: 481 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame-Game2
A simple pong game built using pygame library.
Before cloning the project ensure pygame library is installed:
```pip install pygame```
* To run the game , in terminal run (in the same directory):
```python pongPygame.py```