Archive for 'Games'
snake game
Introduction The “snake game” is one of the simplest game concepts ever, and just like Tetris it’s very addictive. There are a lot of variations of this game written in “C” Language. It’s a relatively easy game to code. To move the snake, use ‘↑’ for up, ‘↓’ for down, ‘←’ for left and ‘→’ [...]
Posted: February 13th, 2012 under Computer Games, Games.
Comments: none