Pongfinity — A Ping Pong Game

This repo contains a Pygame-based desktop game. Pygame is a native Python library and cannot run in the browser. Use the instructions below to download and run it locally, or download the executable in Releases (if available).

Run locally

Recommended - Open the python file + Download

  1. Install Python 3.8+
  2. Clone this repo:
    git clone https://github.com/aashishst/Pongfinity-A-ping-Pong-Game.git
  3. Install dependencies:
    pip install -r requirements.txt
    (or pip install pygame if no requirements file)
  4. Run:
    python Aashish-K_Pongfinity.py

Downloads

View Releases (zip/exe) View Source

Want browser play?

To run in a browser you'd need to port the game to a JS engine (Phaser/p5.js) or try experimental WebAssembly ports — not trivial.