# 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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# 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