saishreddyk / Pong

A simple ping pong game using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong

A simple pong game using pygame

Built with

Usage

  • Run main.py and play

Installation

  • Prepare a venv, for example using conda,

conda create -n new_venvname python=3.8 anaconda

  • install pygame

pip install pygame

Contributions

All contributions are highly appreciated. To make any contribution:

  1. Fork the project
  2. Create your own branch git checkout -b <anyName>
  3. Commit your changes git commit -m "Add something"
  4. Push to branch git push origin <theNameOfBranchYouCreated>
  5. Open a pull request.

Thank you.

Icons made by Freepik from www.flaticon.com

About

A simple ping pong game using pygame

License:MIT License


Languages

Language:Python 100.0%