
Snake game for tablets and Smartphones - CodeProject
This article shows how to create Snake game using Moscrif SDK.
A Simple Snake Game in WPF - CodeProject
Mar 25, 2012 · The head of the snake is being drawn on a new position slightly misplaced to the direction of motion. The end of its tail is erased from our canvas, thus creating an illusion of …
A Smooth Snake Game - CodeProject
Feb 27, 2007 · Collision Detection : 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 …
A Simple Snake Game: Engerek - CodeProject
A simple snake game controllable both by joystick and keyboard, graphics using C#, joystick control using Directx
Snakes and Ladders - An attempt using HTML5 - CodeProject
Jun 3, 2012 · 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.
Beginners - Starting a 2D Game with GDI+ - CodeProject
Jun 25, 2012 · Basics for setting up a 2D Game using GDI+, Renderloop, and Threading. And a few tips.
Dynamic C++ Proposal - CodeProject
A proposal of how to introduce dynamism into the C++ language.
SVN Commenter - CodeProject
Subversion Comment Editor
Creating E-Learning Games with Unity – A Review - CodeProject
Apr 24, 2014 · Continuing the book review season, here’s the second book I've looked at recently, an interesting twist in the series of game development. Creating E-Learning Games with Unity …
radiobutton - CodeProject
The RadioButton server control creates a radio button on the Web Forms page. Specify the text to display in the control by setting Text property. The