Skip to content

anurag-desp/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

  • Snake game is like a "Hello World" program for someone who has some experience in coding.
  • So, here is my version of the snake game written in C
  • Things I learned while doing this project are in the file learnings.md.
  • I've tried to keep it as raw as I possibly could. Meaning, I wanted to challenge myself to not use any dedicated library for the game specifically.

Yes, I know I've used some built in ones, like stdio.h, time.h, unistd.h, stdlib.h and a user defined one called kbhit.h (I shamelessly stole it from github).

Disclaimer

  • Currently, this project is usable for Linux and possibly Mac, but NOT Windows. I'm working on the Windows part.

About

My take on the infamous snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages