parent
7f17c14012
commit
bf548db231
1 changed files with 11 additions and 6 deletions
@ -1,14 +1,19 @@ |
|||||||
# Snake |
#+title: Read Me |
||||||
|
#+description: Readme file |
||||||
|
#+author: voluminum |
||||||
|
|
||||||
|
* Description |
||||||
This is a game of Snake that is designed to be played in the terminal. It is written in Rust with zero unsafe code and uses the pancurses library. The game tracks your high score, and has variable speed and difficulty. |
This is a game of Snake that is designed to be played in the terminal. It is written in Rust with zero unsafe code and uses the pancurses library. The game tracks your high score, and has variable speed and difficulty. |
||||||
|
|
||||||
## Building and running |
* Building and running |
||||||
This game can be built and ran with |
This game can be built and ran with |
||||||
|
|
||||||
``` sh |
#+BEGIN_SRC sh |
||||||
./run |
./run |
||||||
``` |
#+END_SRC |
||||||
|
|
||||||
Additionally, more options to the game can be found by typing |
Additionally, more options to the game can be found by typing |
||||||
|
|
||||||
``` sh |
#+BEGIN_SRC sh |
||||||
./run -h |
./run -h |
||||||
``` |
#+END_SRC |
||||||
Loading…
Reference in new issue