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

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

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```

![img](https://github.com/Surajv311/pygame-Game-2/blob/master/images/img.jpg)