You are on page 1of 1

SNAKE GAME USING C -PROGRAM

ABSTRACT
This is an example game written in c based on the game called “snake”. This
game gives you an idea of what you can achieve with a relatively simple c-
program, and perhaps the basis by which to extend the principles and create
more interesting games of your own. To move snake , use, up arrow for up ,
down arrow for down , left arrow for left and right arrow for right. The aim of
the game is to collect the dots (food) and avoid the obstacles (borders and the
snakes itself). As you collect food, the snake gets longer, so increasing your
likelihood of Crashing into yourself. When you have collected enough food,
you progress onto the next level. You get score according to the length of the
Snake. The speed increases energy level. You get a bonus when you the level.
There is no concept of lives. Once you hit an obstacle, that’s it, games over.
Make sure you don’t have the caps lock on, otherwise the keys will fail to
respond

GROUP MEMBERS
17K81A05A6: R.S.V SUVESITH
17K81A05A7: RATHOD ARUN
17K81A05A8: S.SHRAVANI
17K81A05A9: S.ADVAITHA REDDY
17K81A05B0: R.SAI CHAITANHYA

You might also like