About 40,800 results
Open links in new tab
  1. 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 …

  2. A Simple Snake Game: Engerek - CodeProject

    Feb 9, 2011 · Introduction 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 …

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

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

  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. Investigating Myers' Diff Algorithm: Part 2 of 2 - CodeProject

    Sep 11, 2009 · If the middle snake algorithm finds a solution with D = 1, then there is either exactly one insertion or deletion. This means delta is 1 or -1 which are odd and so the middle …

  8. Investigating Myers' diff algorithm: Part 1 of 2 - CodeProject

    Sep 19, 2009 · The other goes down to ( 0, 1 ) and stops. The next snake down from ( 0, 1 ) goes to ( 0, 2 ) and then along the diagonal to ( 2, 4 ). I call these points the start, mid, and end …

  9. A Tic Tac Toe AI with Neural Networks and Machine Learning

    Jun 24, 2019 · This article describes the making of a tic tac toe player that uses neural networks and machine learning.

  10. Backgammon Artificial Intelligence - CodeProject

    Apr 22, 2021 · Explore artificial intelligence techniques for developing a backgammon game, including strategic algorithms and decision-making processes.