Related resources for game in c#
  • Mind Puzzle Game in C#8/22/2022 11:27:14 AM. This is a simple game written in C# in which user presses Up, Down, Left, Right arrow keys to play this game.
  • Tic Tac Toe Game in C#2/26/2014 11:28:00 AM. This article provides a sample TIC TAC TOE 2 player game in C#.
  • Hangman Game (Guess the Word) Using Win Form in C#11/28/2012 5:07:39 PM. You will enjoy this article; you are going to play the popular word guessing game "Hangman". This game is developed as a Windows Application in C#.
  • Tricky Game in C#5/15/2012 2:34:26 PM. In this article I will show you a tricky game using some mouse events.
  • Snake Game in C#11/19/2010 2:24:00 AM. In this article let's implement Snake Game in C#.
  • Naught and cross game9/30/2010 12:52:40 AM. This is a naught and cross game. I hope you know how to play it.
  • Generating Random Number in the Array5/25/2009 1:57:57 AM. This article shows how to generate random number in an array using C#.
  • KillerBeam - A Game in C#7/18/2007 12:09:44 AM. KillerBeam is a .Net implementation of the game called Laser Chess which appeared in Compute! Magazine in the early eighties.
  • Brick Out in C#1/31/2007 4:14:43 AM. Way back, I'd say about 1981 (ok maybe not so far back!), there was a game for the Apple II called Brick Out.
  • Eater Game in C#9/1/2006 6:02:02 AM. This is a simple game written in C# in which the user moves a packman like player around the form and gobbles up red dots. The object is to get all the dots in as quick a time as you can.
  • Flames for Fun8/30/2006 6:53:04 AM. This is my second application using C#. In this Application I used GDI+.
  • Mastermind Game with Drag and Drop Functionality2/3/2006 12:08:18 AM. There as nice article some time ago on this site for creating mastermind game by Mike Gold. I am rewriting complete game from scratch to implement Drag and Drop feature and presentable User interface.
  • C#RIS : Tetris Game in C#2/2/2006 11:25:38 PM. I have written a Tetris clone that demonstrates how to use off-screen graphics buffering for smooth animation and utilizes a multi-dimensional array approach to designing a game grid. The classes are largely self-explanatory and the techniques are documented in code well enough to explain what is going on.
  • Generating Maze using C# and .NET2/2/2006 11:25:02 PM. Did you ever get the feeling that cubicles were laid out with the idea that there could be no escape? (Must be I am a bit overworked these days). Today's article focuses on how to generate a maze using the depth first search algorithm. This is a very simple but clever algorithm that creates a maze by randomly stripping one available wall between two cells for every cell in the grid.
  • Eater Game II - The Stone Maze2/2/2006 11:19:23 PM. This program combines the designs of the Eater Game and the Maze Generation Program to create a more challenging game, Eater Game II. In this game, you move a pacman-like character through a maze and eat as many stones as you can before time runs out. You have a minute and a half to try to eat stones before the pac-man simply freezes-up and accepts his quota of stones.
  • Simple Game Developed in C#2/2/2006 6:57:37 AM. This article contains the code for a simple game developed using csharp. This game is all about arranging the shuffled numbers in ascending order.
  • Get the Place Game in C#2/2/2006 6:28:00 AM. I have written a game in C# called Get the Place.
  • Mastermind Game in C#2/2/2006 6:22:29 AM. This is the game of Mastermind written in C#. The game is played by clicking on a set of 4 colors and then hitting the score button. Colors can repeat themselves in this game, so be wary!
  • Shuffle Game for Beginners2/2/2006 5:24:45 AM. This code sample is a GDI+ shuffle game aimed for beginners. Attached zip file includes the exe and the Shuffle.cs file.
  • Image Shuffler Game in C#2/2/2006 4:10:06 AM. This game asks for a Image file to be Opened When the file is opened and shuffle button is clicked the image will be Shuffled ie rotated clockwise the task is rearrange the image in the Correct order using the button provided.
  • Another Tetris Game in C#2/2/2006 12:13:43 AM. Here is another version of Tetris. This program uses opaque background instead of real double buffering.
  • Memory Game2/1/2006 11:40:12 PM. This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
  • Space Breakout - 2D Game Developed using DirectX and C#2/1/2006 10:57:11 PM. GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.
  • Mastermind Computer Player using Genetic Algorithms in C#2/1/2006 12:42:43 AM. After writing the Genetic Algorithm Article for implementing a Genetic Algorithm in C#, I tried to think of a good example of how to illustrate a real-world use of Genetic Algorithms to illustrate artificial intelligence.
  • C# Logical Game1/18/2006 6:07:50 AM. This article shows how to create a Logical Game in C#.
  • Mark Six on the Fly12/26/2005 6:33:52 AM. In this sample, I demonstrate how a WebForm can be called directly as an Image.
  • ChessyOnline 1.0: An Online and Network Chess Game12/26/2005 4:22:16 AM. The attached project is a chess game that can be played by two users online as well as on the network.
  • Creating Word Find Pzzules in C# and GDI+12/24/2005 7:22:46 AM. Perusing the newsstands in New York you'll find newspapers, TV-Guides, magazines, and even books. In the magazine section you'll often find crosswords and books containing the puzzles you'll see in figure 1. The books contain pages and pages of puzzles with hidden words contained in the matrix of letters in which you can spend time going blind trying to find.
  • A Chess Program using C#12/24/2005 7:03:14 AM. This is a chess program, made using C#. It has used object oriented concepts and design patterns like Flyweight, Factory and Decorator. Two player can play this game and it has facility to drag-drop pieces. It also shows potential positions of each pieces which is useful for learning.
  • ClickMania Game12/24/2005 6:50:36 AM. This is an old game, first implemented in 1996 or so... It has a great addictive power. You will quickly find out the rules. I used the winmm.dll library for playing sounds, the picturebox.Paint event to draw bitmaps in a Picturebox and a recursive function to check the balls next to each other for the colors.
  • SharpChess in C#12/24/2005 6:01:23 AM. SharpChess (http://www.sharpchess.com) is a computer application that enables you to play chess against the computer. It plays a challenging, tactical and, I'm told, "fun" game of chess.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download