copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Snake Ladder Game - C Graphics (TurboC++) - CodeProject Snake Ladder Game in C (TurboC++ Compiler) This game was developed for students who are developing mini project with the help of TurboC C++ compiler In my previous tips, I have explained how to create a splash screen with TurboC compiler So those who are downloading this program should go through the previous tip explained here -> Splash
Snake game for tablets and Smartphones - CodeProject 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 time Snake made its debut was in 1997 and people usually know the game from Nokia 6110 Since then, this game changed many times and now it is time to adjust it for modern devices with
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
A Simple Snake Game: Engerek - CodeProject Download executable - 231 77 KB Download source code - 231 58 KB 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 is controllable both by keyboard and joystick? Yes, this is the difference between snake games and Engerek Game control by joystick - Microsoft Directx DirectInput Game graphics - System Drawing* Game sounds - System Media Before you say anything, I have
A Smooth Snake Game - CodeProject 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 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,
Snake Game in a Win32 Console - CodeProject 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 Today we are going to take a look at a Snake game that is written in C C++ and is designed to run in a Win32 console using text characters
Game Programming in C - For Beginners - CodeProject Download source code - 44 3 KB Game Programming Before we actually jump into game programming, we need to know something called event driven programming Event driven programming refers to that style of programming wherein the user of the application is free to choose from several options rather than be confined to a predetermined sequence of interactions with the program Game programming is one common example of event driven programming A game is a closed, i e , complete and self
C#- 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
WPF- CodeProject Here is the solution to Conway's Game Of Life problem - Enjoy it , have fun ;) Dead cells are in Red, Alive cells are in Green and Empty cells are in White You can modify the colours as per your need