console-snake-game icon indicating copy to clipboard operation
console-snake-game copied to clipboard

A console snake game that can (or should) work in linux & windows environments

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