Skip to content

AnshuBajaj911/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Snake-Game-

Snake Game (Old School)

Link to running code on browser:

https://snakegame-3p34g812s1pkk57pqdk.codequotient.in

How To Run on Your Machine?

Simple C compiler as the application is console based

Commands for GCC Compiler

-> Save the source Code in main.c file -> Open Terminal -> cd Desktop / (location of the main.c file) -> Command => gcc main.c (compilation) -> Command => ./a.out The Program should run successfully and Game Board will be visible.

Navigation Controls:

LEFT : 'a' + ENTER key RIGHT: 'd' + ENTER key UP: 'w' + ENTER key DOWN: 's' + ENTER key

Releases

No releases published

Packages

No packages published

Languages