An open API service indexing awesome lists of open source software.

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

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()