Games Programming
Games programming is the software development of mobile and tablet games. Here you may find Games programming related articles and news.
Articles
  • Hrishikesh Dhruv

    Shuffle Game for Beginners

    This code sample is a GDI+ shuffle game aimed for beginners. Attached zip file includes the exe and the Shuffle.cs file.
    Hrishikesh Dhruv Jan 05, 2000
  • Paul Lockwood

    Tic Tac Toe

    TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable. This example uses .N...
    Paul Lockwood Jul 16, 2001
  • Mike Gold

    Yahtzee Program using C#

    The Visual C# environment has given the programmer the ability to create applications in RAD mode without the steep learning curve for the C++ programmer. (I do miss templates though!). The above a...
    Mike Gold Jan 24, 2000
  • Mokhtar B

    Time Ticker

    Graphics Class encapsulates a GDI+ drawing surface. The FromHWND method is used to create a new instance of the Graphics class from a window handle. Clear method fills the entire drawing surface w...
    Mokhtar B Jun 26, 2001
  • Prasad H

    Image Shuffler Game in C#

    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 ord...
    Prasad H Oct 01, 2001
  • Mike Gold

    Space Invaders in C# and .NET

    Yes, the classic arcade game has returned and is appearing in C# Corner complete with sound and authentic aliens and source code. It's not quite as good as the real game, but with a few adjustment...
    Mike Gold Dec 23, 2001
  • Scott MacDiarmid

    Drag and Drop for Board Games

    This application shows how the drag and drop features in C# could be used to create a simple board game or whatever.
    Scott MacDiarmid Jan 22, 2002
  • des_kenny

    Marble Solitaire Solution Display in GDI+

    The application finds and displays solutions to a game of solitaire. The application was written using Visual Studio.NET Version 7.0.9254. The test suite was written using NUnit, which is a .NET po...
    des_kenny Feb 13, 2002
  • Avgust Ishechenkp

    Another Tetris Game in C#

    Here is another version of Tetris. This program uses opaque background instead of real double buffering.
    Avgust Ishechenkp Feb 22, 2002
  • David Sosby

    The Making of Pong

    The purpose of making this classic game was to show simple game structures in C#. Concepts include the Game Loop, Input and Paint. If you are just beginning in game programming, C# is turning out t...
    David Sosby Mar 12, 2002
  • Raimund Neumuller

    Memory Game

    This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
    Raimund Neumuller Mar 19, 2002
  • Mark Johnson

    Space Breakout - 2D Game Developed using DirectX and C#

    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+ y...
    Mark Johnson Apr 11, 2002
  • Mike Gold

    Mastermind Computer Player using Genetic Algorithms in C#

    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...
    Mike Gold Jul 22, 2002
  • Alex Groysman

    Sudoku generating and solving using C# in PocketPC SDK

    The article is about a program writen in C# to create a simple game application - sudoku. The game can generate several diffculty level sudokus with one solution, solve previously entered puzzles e...
    Alex Groysman Nov 20, 2005
  • sameh ahmed

    ChessyOnline 1.0: An Online and Network Chess Game

    The attached project is a chess game that can be played by two users online as well as on the network.
    sameh ahmed Dec 31, 2002
  • Dan Fontanesi

    BlackJack

    So as a learning experience, I decided to try writing a Blackjack game.
    Dan Fontanesi Oct 10, 2002
  • Busila Marian

    Puzzle Control

    In this application I had combined the power of C# and AI in order to solve the puzzle problem.
    Busila Marian Oct 15, 2002
  • Dan Fontanesi

    Maze Solver

    Solving mazes is one of those problems, at least with the algorithm I've chosen here.
    Dan Fontanesi Oct 28, 2002
  • M Chandramouli

    FreeCell Game using Windows Forms

    FreeCell is an implementation of the FreeCell card game using Windows Forms.
    M Chandramouli Nov 14, 2002
  • Mike Gold

    Daleks in .NET

    The other night my girlfriend dragged me down to the NYC Public Library claiming that they had a huge Science Fiction movie section. Admittedly my taste in movies and my wife's taste in movies can ...
    Mike Gold Dec 11, 2002