I wrote this in BCX BASIC, translated it to "C", and created a Pelles IDE project
for all you non-BASIC folks because sometimes it just feels good to destroy asteroids.
It is not a clone of the original Asteroids but it is still a very playable and fun game.
'===============================================================
' Dizz-Asteroids by MrBcx -- MIT Licence -- October 29, 2024
' Built with the help of Anthropic's CLAUDE Pro AI
'===============================================================
' Small asteroids = 100 points
' Medium asteroids = 50 points
' Large asteroids = 20 points
' UFO Mine Layer = 1,000 points
' Lives restored every fifth level
' Levels get progressively harder
' Press P to PAUSE game play
' Press H for HYPERSPACE gamble
' Press UP and DOWN arrows for forward and reverse propulsion
' Press LEFT and RIGHT for steering the ship
' Press SPACEBAR to fire lasers
' Current game is saved on exit
'===============================================================