Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV committed Feb 2, 2022
1 parent dec9484 commit a204d29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Binary file added images/showcase.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a204d29

Please sign in to comment.