Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 817 Bytes

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.