Skip to content

Commit

Permalink
Add some info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV committed Feb 2, 2022
1 parent feb357e commit 9d2a425
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ I wanted to learn some assembly language, so I made this tiny snake game for x86

![showcase](images/showcase.gif)

## Installation
## Download binary

You can download a compiled version of the game from the [releases page](https://github.com/NikitaIvanovV/snake-asm/releases/).

## Compile and install

*[NASM](https://www.nasm.us/) is required in order to compile the game.*

```sh
git clone https://github.com/NikitaIvanovV/snake-asm
Expand All @@ -13,8 +19,3 @@ sudo make install
```

Uninstall with `sudo make uninstall`

## Usage
```sh
snake-asm
```

0 comments on commit 9d2a425

Please sign in to comment.