AsmSnake
AsmSnake copied to clipboard
Snake Game written in x86-64 Assembly for Windows
Asm Snake

This is a challenge I put for myself. The rules are simple:
- Remake the classic game "Snake"
- It must be made in Assembly (the Assembler is your choice)
- The only external libraries allowed are OS APIs (Win32 in this case).
This project took about two days totalling around 700 lines of code and the process makes you realize how many helpful abstractions we take for granted, I emplore anyone to try this.
Controls
WASD or Arrow Keys - Moves the snake around
Enter - Restarts the game once you've game overed.