/Centipede

A modified version of the popular 1980 Atari game Centipede built in MIPS Assembly.

Primary LanguageGDScriptMIT LicenseMIT

To remove .tmp files (Windows Godot bug):

Get-ChildItem -Recurse -Filter *.tmp | Remove-Item -Force