x86_64 assembly space invaders
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| main.S | ||
| README.md | ||
| run.sh | ||
xspin
Tiny terminal space invaders written purely in x86-64 assembly (for linux).
Building
Run ./build.sh. Make sure you have nasm installed and are on linux.
Running
Either use ./run.sh or run tmp/main after building with ./build.sh.