x86_64 assembly space invaders
Find a file
2025-12-03 04:04:03 +01:00
.gitignore initial commit 2025-11-30 23:31:43 +01:00
build.sh make build/run scripts work if tmp dir does not exist (by creating it) 2025-12-03 04:04:03 +01:00
LICENSE license 2025-12-03 04:00:44 +01:00
main.S fix collision detection bug 2025-12-03 03:57:02 +01:00
README.md make build/run scripts work if tmp dir does not exist (by creating it) 2025-12-03 04:04:03 +01:00
run.sh make build/run scripts work if tmp dir does not exist (by creating it) 2025-12-03 04:04:03 +01:00

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.

License

MIT License