About 50 results
Open links in new tab
  1. Snake game for tablets and Smartphones - CodeProject

    This article shows how to create Snake game using Moscrif SDK.

  2. 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 …

  3. 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 …

  4. A Simple Snake Game: Engerek - CodeProject

    A simple snake game controllable both by joystick and keyboard, graphics using C#, joystick control using Directx

  5. 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.

  6. 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.

  7. Dynamic C++ Proposal - CodeProject

    A proposal of how to introduce dynamism into the C++ language.

  8. SVN Commenter - CodeProject

    Subversion Comment Editor

  9. 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 …

  10. 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