Skip to content

Commit

Permalink
* Updated README.md & added snake.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Contagious06 committed Feb 21, 2015
1 parent f100d54 commit f3cb82c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added snake.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3cb82c

Please sign in to comment.