Snake game for tablets and Smartphones - CodeProject Game - this is the main scene where the game is played It consists of sprite objects, which are spread on the game scene Simply said, the snake moves on the screen and eats the food Users can control snake by tapping the screen towards the direction where they want the snake to go Menu The menu is the introduction scene
A Simple Snake Game: Engerek - CodeProject Yes, again a snake game if you aren't bored yet You must have seen a lot of snake games created in different languages But have you ever seen a snake game that is controllable both by keyboard and joystick? Yes, this is the difference between snake games and Engerek Game control by joystick - Microsoft Directx DirectInput
A Simple Snake Game in WPF - CodeProject The design of this simple game is ade on Microsoft Visual Studio 2010 using the Windows Presentation Foundation (aka WPF) coding scheme A XAML file (the default declarative markup language used for creating GUIs for WPF applications using the NET framework) is used to create the canvas, which our snake will use as a playground
Snake Game in a Win32 Console - CodeProject The Snake game is a widespread game It has been done a million times, and is playable on any device Variants of snake run on things like cellphones to mainframes and Snake has been written in most of the major programming languages, from BASIC, C C++, Pascal, Java, C# to whatever
A Smooth Snake Game - CodeProject Collision Detection between Food and Snake has been done by matching the Snake(x,y) and Food (x,y) co_ordinates,If Both are equal then Length of snake is increased and New Food is shown Randomly Conclusion : It was a nice experience making this Game If You have any trouble One can contact me at atul_m_ojha@yahoo co in Thanks,
Snakes and Ladders - An attempt using HTML5 - CodeProject This article is intended to demonstrate the very simple and crude implementation of Snakes and Ladders game using HTML5 Recently, I started to dig deeper into HTML5 By the time I came to canvas part, this game was one of the candidates which I wanted to try with For those of you who have never heard of this game, here is a Wiki article about it
Game Programming in C - For Beginners - CodeProject Game programming is one common example of event driven programming A game is a closed, i e , complete and self sufficient formal system that represents a subset of reality A game is a perfect combination of actions-reactions or event-responses where every response is based on the most-recently occurred event Elements of Game Programming
XAML - CodeProject Analyzing the Snake game, we'll study an application for the new Windows Phone 7 platform, focusing on localization, Inversion of Control, navigation, transition effects, triggers, Isolated Storage, audio and we'll also use Blend to create a rounded glowing button, and other things
C#- CodeProject A "little snake" leads us through the most important features of the Windows Phone 7 by 69Icaro Analyzing the Snake game, we'll study an application for the new Windows Phone 7 platform, focusing on localization, Inversion of Control, navigation, transition effects, triggers, Isolated Storage, audio and we'll also use Blend to create a rounded glowing button, and other things