Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leimao committed Dec 16, 2019
1 parent 7b39752 commit 3d6923f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ $ make install

## Usages

### Game Rules

Control the snake to eat food as much as possible. You get one point for every food your snake eat. The level of difficulty would increase every 5 points you get.

### Playing the Game Using Default BGM

```bash
Expand All @@ -55,9 +59,10 @@ $ ./main [bgm_sound_file]

Currently the game only supports `wav`, `ogg`, and `flac` audio formats.


## Demo

![](demo/snake.gif)
![](https://www.youtube.com/watch?v=6eUeRn3Mdg4)


## Notice
Expand Down

0 comments on commit 3d6923f

Please sign in to comment.