Skip to content

Very basic snake game in x86 assembly

Notifications You must be signed in to change notification settings

barrettotte/AssemblySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published