Skip to content

NikitaIvanovV/snake-asm

Repository files navigation

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