diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7c1b27 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# snake-asm + +I wanted to learn some assembly language, so I made this tiny snake game for x86_64 Linux using [NASM](https://www.nasm.us/). + +![showcase](images/showcase.gif) + +## Installation + +```sh +git clone https://github.com/NikitaIvanovV/snake-asm +cd snake-asm +sudo make install +``` + +Uninstall with `sudo make uninstall` + +## Usage +```sh +snake-asm +``` diff --git a/images/showcase.gif b/images/showcase.gif new file mode 100644 index 0000000..bd35e0b Binary files /dev/null and b/images/showcase.gif differ