An overengineered Snake game built with x86-64 assembly (NASM), it was a good exercise for refreshing a bit my rusty x86-64 assembly knowledge and learn many new things along the way.
- An x86-64 CPU
- GNU/Linux system
- Ncurses library (it's included by default in most distros)
- NASM assembler
- GCC
make
- Clone the repo
- Build and run the binary
make && ./build/snake64Enjoy!




