
About
asteroids-typescript is a simple Asteroids clone built with the Phaser game framework in TypeScript, made by the author as a learning exercise for working with Phaser rather than as a full-featured game. It runs in a browser and is hosted via GitHub Pages.
How it differs from the original
It uses third-party open assets rather than any original Asteroids material — asteroid and ship artwork, an explosion spritesheet, retro fonts, and sound/music credited to OpenGameArt and other free-asset contributors.
Getting started
To run it locally, serve the project folder with a simple HTTP server (such as Python's built-in one) and open it in a browser; it can also be played directly online via the hosted version.