https://github.com/heshamalsaqqaf2/game-play-in-python
https://github.com/heshamalsaqqaf2/game-play-in-python
oop pygame-library python
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heshamalsaqqaf2/game-play-in-python
- Owner: heshamalsaqqaf2
- Created: 2024-08-12T18:13:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T16:21:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T03:13:54.476Z (over 1 year ago)
- Topics: oop, pygame-library, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PING PONG PYTHON GAME
This is projects game using OOP Concept.
# main.py
# from pong_game import PongGame
# if __name__ == "__main__":
# game = PongGame()
# game.run()
# game.quit()