SHINMH / oss_snake_game

Sejong university, project for open source software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

How to play a Game

  1. Select the "New Game"
  2. Choose the game mode "EASY", "NORMAL", "HARD"
  3. Play the game
  4. Use your direction key to get points by eating food

Demo

CONTRUBUTOR

About

Sejong university, project for open source software.

License:MIT License


Languages

Language:C 100.0%