Compare commits

...

No commits in common. 'main' and 'master' have entirely different histories.
main ... master

  1. 17
      README

@ -1,19 +1,14 @@
#+title: Read Me
#+description: Readme file
#+author: voluminum
* Description
# Snake
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
#+BEGIN_SRC sh
``` sh
./run
#+END_SRC
```
Additionally, more options to the game can be found by typing
#+BEGIN_SRC sh
``` sh
./run -h
#+END_SRC
```
Loading…
Cancel
Save