Asteroids
Classic arcade shooter in the browser — Python, Pygame, and pygbag.
pygame
game
webassembly
Play a classic Asteroids clone in the browser, built with Python and Pygame and deployed with pygbag on GitHub Pages.
A classic Asteroids arcade game written in Python and Pygame, packaged for the web with pygbag so it runs entirely in the browser via WebAssembly. Use W/A/S/D to move and Space to shoot.
Built as part of learning game loops, sprite groups, and collision handling in Pygame. Source: Utkarsh736/asteroids.
Back to top