/Pong-Game

PongPongPong ( A part of Coding Challenge by Zero to Mastery )

Primary LanguagePython

PongPongPong

I have built the famous original game Pong using Python's Pygame Library.

This mini project is a part of Zero to Mastery's Coding Challenge-30 .

Demo

Pong Game

How to Start

  • Fork the project and clone the forked project

  • Change the current working directory to the cloned project folder.

  • Install pygame using the pip command :

    pip install pygame

  • Start the game using the command :

    py main.py

Built with ❤️️ using Pygame

Please don't forget to ⭐ the repository if you liked it.