Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PonasKovas/snake
Browse files Browse the repository at this point in the history
  • Loading branch information
PonasKovas committed Aug 24, 2019
2 parents eb38ff1 + dc3d69a commit f0a3561
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# snake
A simple light-weight multiplatform terminal snake game

## Installation

### AUR

This game is available on [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).

```bash
git clone https://aur.archlinux.org/snake.git
cd snake
makepkg -si
```

## Running

```bash
snake
```
The game will start right away.

To quit, press Q.

When you die, the game exits, so if you want to play again, launch it again.

0 comments on commit f0a3561

Please sign in to comment.