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

    Project Trilma .NET

    In 1883 George H. Monks from Boston designed Halma, an interesting board game with simple rules.
    Wiktor Zvchla Feb 19, 2003
  • David Lambert

    Missile Command .NET

    Missile Command .NET is a simple video game written in C# using GDI+ for graphics. It's a tribute to the classic Missile Command game by Atari. I wrote this game to teach myself more about programm...
    David Lambert Feb 23, 2003
  • Olga Fansler

    C# Video Poker

    This Video Poker game is an imitation of a casino Video Poker machine. It is written using Windows Forms.
    Olga Fansler Apr 14, 2003
  • Daniel Johnson

    Lingo Game in C#

    It is a Lingo game developed in C#. It is based upon Game Show Network's Lingo but has a few modifications to it.
    Daniel Johnson Jul 30, 2003
  • Mike Gold

    Creating Word Find Pzzules in C# and GDI+

    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 i...
    Mike Gold Sep 30, 2003
  • Kovan Abdulla

    Kovan's Tic-Tac-Toe

    This is a tic-tac-toe game written in VB.NET and GDI+.
    Kovan Abdulla Jan 26, 2004
  • Kaushal Golwala

    A Chess Program using C#

    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-dro...
    Kaushal Golwala Nov 29, 2004
  • A Jean Michel Cobb

    ClickMania Game

    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 ev...
    A Jean Michel Cobb Dec 21, 2004
  • ahmadh

    Network Trilma Game in C#

    The game has been developed as stand alone using C#, each player has ten checkers which are initially placed in the corners of the board and the aim of the game is to place all checkers in the oppo...
    ahmadh Jan 12, 2005
  • Jasper vd

    Sokoban Pro Game in C#

    Sokoban Pro is a modern version of the classic Sokoban puzzle game. The game rules are extremely simple, yet the game is very challenging and addictive. The rule of the game is to move all the boxe...
    Jasper vd Jan 21, 2005
  • Peter Hughes

    SharpChess in C#

    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.
    Peter Hughes Feb 10, 2005
  • Mario Scheeren

    C# ICE-Cast MP3 Streaming for WinAmp

    This little Web Application is for streaming MP3 files out to an WinAmp (www.winamp.com) interface.
    Mario Scheeren Apr 02, 2005
  • Pritam Bedse

    Developing a Card Game using Collections and Properties

    In this article, author develops a card game using collections and properties.
    Pritam Bedse Aug 08, 2002
  • John George Messiha

    Pingo Game in C#

    This is a Pingo game with 3 level you play it with it on the PC. I made a user control that inherits the button control.