Greetings folks, today we are going to write a snake game in C. This post is going to be very long, so keep up with me. :)

This is the snake game we are going to write.

Contents: 
  • Writing our own gotoxy().
  • Capturing the arrow keys.
  • Moving a character in the screen according the arrow keys.
  •  

Comments

Popular posts from this blog

Solution of Codeforces Round #244 (Div. 2) - Police Recruits in C.

Solution of Codechef - May Challenge 2014 - Chef Jumping in C