
Snake game for tablets and Smartphones - CodeProject
Jul 16, 2012 · Menu Game Score How to calculate the score? Snake Switch Summary More resources Introduction The Snake game is a well-known game for mobile devices. The first …
A Simple Snake Game: Engerek - CodeProject
Feb 9, 2011 · A simple snake game controllable both by joystick and keyboard, graphics using C#, joystick control using Directx
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 …
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.
Investigating Myers' Diff Algorithm: Part 2 of 2 - CodeProject
Sep 11, 2009 · Download learning aid application binaries - 23.89 KB Download learning aid application source - 35.52 KB Table of Contents Introduction Reverse Algorithm Middle Snake …
Investigating Myers' diff algorithm: Part 1 of 2 - CodeProject
Sep 19, 2009 · Solution The code above finds the first snake that reaches the end of both sequences. However, the data in V only stores the latest end point for each k line. To find all …
An O (ND) Difference Algorithm for C# - CodeProject
Mar 6, 2006 · SMS: This method finds the Shortest Middle Snake. To get some usable performance, I did some changes to the original algorithm. The original algorithm was …
Open 16-bit Windows Applications Natively on 64-bit
Apr 4, 2023 · In my previous post, I described how to run 16-bit DOS applications on 64-bit Windows using NTVDMx64. This post will show you how to achieve the same for 16-bit …