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.
- wget https://raw.githubusercontent.com/Contagious06/console-snake-game/master/src/snake.c
- gcc snake.c –lm –o snake.out
- chmod +x snake.out
- ./snake.out
- Download https://raw.githubusercontent.com/Contagious06/console-snake-game/master/src/snake.c
- bcc32 snake.c
- snake.exe