barrettotte / AssemblySnake

Very basic snake game in x86 assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssemblySnake

Very basic snake game in Assembly

  • A small game to refresh my knowledge of Assembly code.
  • Very basic difficulty system that just increases the movement speed.
  • Has all the mechanics of a standard snake game except collision with yourself.
  • Basic title screen, main menu, score tracking, and game over screen.
  • Not very impressive, but it was a fun afternoon project.

Screenshots:

Title Screen Main Menu Playing Game Over

About

Very basic snake game in x86 assembly


Languages

Language:Assembly 100.0%