NikitaIvanovV / snake-asm

Tiny snake game written in x86_64 assembly for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tiny snake game written in x86_64 assembly for Linux

License:MIT License


Languages

Language:Assembly 95.2%Language:Makefile 4.8%