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).
git clone https://github.com/aashishst/Pongfinity-A-ping-Pong-Game.git
pip install -r requirements.txt(or
pip install pygame
if no requirements file)python Aashish-K_Pongfinity.py
View Releases (zip/exe) View Source
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.