Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 735 Bytes

snake-asm

I wanted to learn some assembly language, so I made this tiny snake game for x86_64 Linux using NASM.

showcase

Download binary

You can download a compiled version of the game from the releases page.

Compile and install

NOTE: NASM is required in order to compile the game.

git clone https://github.com/NikitaIvanovV/snake-asm
cd snake-asm
sudo make install

Uninstall with sudo make uninstall

Package manager

If you are an Arch Linux user, you can install snake-asm AUR package:

yay -S snake-asm