diff --git a/README.md b/README.md index e165777..3cb12cb 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# console-snake-game +# Console Snake Game + +## Description ## +A console snake game that can (or should) work in linux & windows environments. +This was created in my first year at Murdoch University, Perth Western Australia. + +## Compiling ## + +### Linux ### +1. wget https://raw.githubusercontent.com/Contagious06/console-snake-game/master/src/snake.c +2. gcc snake.c –lm –o snake.out +3. chmod +x snake.out +4. ./snake.out + +### Windows ### +1. Download https://raw.githubusercontent.com/Contagious06/console-snake-game/master/src/snake.c +2. bcc32 snake.c +3. snake.exe + +## Demo ## +![](http://i.imgur.com/0wHxRNZ.gif) \ No newline at end of file diff --git a/snake.gif b/snake.gif new file mode 100644 index 0000000..fe4b44c Binary files /dev/null and b/snake.gif differ