Skip to content

TapDevopsNew/Game-for-Lin

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 git clone https://github.com/TapDevopsNew/Game-for-Lin
cd snake-asm
sudo make install
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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors