From bf548db2313e56a5dba474703babbcd2f1170e8f Mon Sep 17 00:00:00 2001 From: korin Date: Sat, 18 Mar 2023 16:53:13 -0400 Subject: [PATCH] snek game --- README => README.org | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) rename README => README.org (68%) diff --git a/README b/README.org similarity index 68% rename from README rename to README.org index 6493bd7..b65ccfc 100644 --- a/README +++ b/README.org @@ -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. -## Building and running +* Building and running This game can be built and ran with -``` sh +#+BEGIN_SRC sh ./run -``` +#+END_SRC + Additionally, more options to the game can be found by typing -``` sh +#+BEGIN_SRC sh ./run -h -``` +#+END_SRC