Skip to content

Pavloxes/mySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

# MySnake on assembler

You need to install ncurses and gcc:

sudo apt install libncurses-dev gcc

Then compile with this command:

gcc mysnake.s -lncurses -o snake

Run with:

./snake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published