Skip to content

Simple snake game written entirely in x86-64 Assembly on Linux

Notifications You must be signed in to change notification settings

henridoh/SnakeASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple snake game written entirely in x86-64 Assembly on Linux. To install this program type:

git clone https://github.com/henridoh/SnakeASM.git
cd SnakeASM
./build.sh
./Snake

Use the arrow keys to controll the snake.