I made a game in x86_64 assembly!

It’s made purely in assembly with no libraries (not even C standard lib), just using the Linux system call interface. I draw to the screen by writing directly to /dev/fb0.

It was a lot of fun to make and I learned a lot. I’m a C++ developer by trade and I did this purely as a learning experience.

The source is on GitHub: https://github.com/robjinman/gemsnrocks_asm

submitted by /u/LlaroLlethri
[link] [comments]