Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 811 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 811 Bytes

Asm Snake

Preview of the game

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.

Resources

Releases

Snake Icon

Snake Icon License (CC v4.0)