Visual C# .NET » Games

We have 58 Games tutorials, you can see below:


Insect Life Simulation


An article on insect life simulation.


Details    Read Tutorial    Views: 463    Rate: 0 (0 votes)    Apr 21 2007 - 17:37

Collision - A C# Game, part 1: parallax scrolling


In which I attempt to write a simple game in C#


Details    Read Tutorial    Views: 499    Rate: 3 (1 votes)    Apr 21 2007 - 17:36

Collision - A C# Game, part 2: tracking game elements and adding interaction


Continuing my attempt at a simple game in C#


Details    Read Tutorial    Views: 348    Rate: 0 (0 votes)    Apr 21 2007 - 17:36

Poker logic in C#


Compute poker probabilites with a poker simulation in C#.


Details    Read Tutorial    Views: 602    Rate: 0 (1 votes)    Apr 21 2007 - 17:35

The boardgame Twix with a twist


This is a strategy board game that I used to enjoy playing with my neighbour when I was a teen in the 80\'s that I developed in Java, then ported to C#.


Details    Read Tutorial    Views: 316    Rate: 0 (0 votes)    Apr 21 2007 - 17:33

HiLow Card Game


An article on creating a simple card game with C#, using updated card.dll wrapper class.


Details    Read Tutorial    Views: 329    Rate: 0 (1 votes)    Apr 21 2007 - 17:33

Frog Go Hop


A Frogger clone written in C#. Using doublebuffering timers and other technics.


Details    Read Tutorial    Views: 389    Rate: 4 (1 votes)    Apr 21 2007 - 17:30

A Simple Yahtzee Game


An article on creating a simple dice game with C#.


Details    Read Tutorial    Views: 342    Rate: 0 (0 votes)    Apr 21 2007 - 17:28

Random Number Die Roller


Generates random numbers using user constraints.


Details    Read Tutorial    Views: 286    Rate: 0 (1 votes)    Apr 21 2007 - 17:27

Clickmania Game


A simple logical game.


Details    Read Tutorial    Views: 304    Rate: 5 (1 votes)    Apr 21 2007 - 17:26

TicTacToe in C#


A C# implementation of Tic-Tac-Toe using Minimax look-ahead.


Details    Read Tutorial    Views: 581    Rate: 0 (1 votes)    Apr 21 2007 - 17:24

Path Finder AI


A class to define a 2D space, put walls, set a start & end point, and return the best path.


Details    Read Tutorial    Views: 251    Rate: 0 (0 votes)    Apr 21 2007 - 17:22

A Tetris Clone using GDI+


An article on creating a tetris like game using object-oriented analysis and GDI+.


Details    Read Tutorial    Views: 353    Rate: 0 (0 votes)    Apr 21 2007 - 17:21

Hexomania - A Game for Hexagons


A strategy game that you can play versus the computer or another player.


Details    Read Tutorial    Views: 237    Rate: 0 (0 votes)    Apr 21 2007 - 17:19

Sudoku (Suduku) Solver


Source code for a Sudoku solver.


Details    Read Tutorial    Views: 358    Rate: 0 (1 votes)    Apr 21 2007 - 17:17

C# Asteroids


An article on writing a simple game in C#


Details    Read Tutorial    Views: 429    Rate: 0 (0 votes)    Apr 21 2007 - 17:15

A basic Particles System


Introduction to the basic idea of the particle systems, and how to create basic effects such as explosions and water fountains.


Details    Read Tutorial    Views: 215    Rate: 0 (0 votes)    Apr 21 2007 - 17:09

Tic Tac Toe in C#


An article using a simple game to explore more complex constructions.


Details    Read Tutorial    Views: 465    Rate: 0 (1 votes)    Feb 08 2007 - 06:58

Star Fighter


A quick and dirty example to make a Star Fighter game using forms with C#.


Details    Read Tutorial    Views: 428    Rate: 0 (0 votes)    Feb 05 2007 - 15:53

EmuEngine


With the EmuEngine, you can create simple 2D games in C#.


Details    Read Tutorial    Views: 359    Rate: 0 (0 votes)    Feb 05 2007 - 15:52

C# TicTacToe with AI and network support


A TicTacToe game written in C# with AI and network support


Details    Read Tutorial    Views: 396    Rate: 0 (0 votes)    Feb 05 2007 - 15:50

Backtrack technique to solve Chinese Slide Block Puzzle (Hua Rong Dao)


A C# 2.0 program which solves a puzzle by DFS and BFS algortithms.


Details    Read Tutorial    Views: 347    Rate: 5 (1 votes)    Feb 05 2007 - 15:49

Collision - A C# Game, part 3: pixel perfect collision detection


Finishing my attempt at a simple game in C#


Details    Read Tutorial    Views: 303    Rate: 0 (0 votes)    Feb 05 2007 - 15:48

Create games with the AllegNet library for .NET 2.0


An article on how to use the AllegNet library to write games with managed languages for the .NET 2.0 framework.


Details    Read Tutorial    Views: 382    Rate: 0 (0 votes)    Feb 05 2007 - 15:47

Word Building Network Game With Intelligence


Word building game using C#.


Details    Read Tutorial    Views: 268    Rate: 0 (0 votes)    Feb 05 2007 - 15:46

Arcaynn.GameThings


A lesser GPL licensed class library that includes types to represent playing cards and decks of playing cards.


Details    Read Tutorial    Views: 253    Rate: 0 (0 votes)    Feb 05 2007 - 15:45

A Network Based Multi-Player Eater Game


An article on network game programming.


Details    Read Tutorial    Views: 359    Rate: 0 (0 votes)    Feb 05 2007 - 15:44

Sliding Puzzle Game


A sliding tile puzzle game.


Details    Read Tutorial    Views: 422    Rate: 0 (1 votes)    Feb 05 2007 - 15:43

A game lobby system in C#


A simple lobby server for hosting multiple small games and allowing players to create and join games of many types.


Details    Read Tutorial    Views: 338    Rate: 5 (1 votes)    Feb 05 2007 - 15:42

Sudoku Game in C#


The sudoku game in C#.


Details    Read Tutorial    Views: 1054    Rate: 5 (1 votes)    Feb 05 2007 - 15:41

FreeCell Discombobulator


Take control of FreeCell.


Details    Read Tutorial    Views: 233    Rate: 0 (0 votes)    Feb 05 2007 - 15:37

Blox - The Most Responsive Tetris Clone


It\'s a tetris clone, programmed from scratch in C# 2.0.


Details    Read Tutorial    Views: 296    Rate: 0 (0 votes)    Feb 05 2007 - 15:27

Learning Connect Four


A Connect Four Game that learns from experience.


Details    Read Tutorial    Views: 364    Rate: 0 (0 votes)    Feb 05 2007 - 15:26

Sudoku Solver and Generator


Solves and generates Sudokus.


Details    Read Tutorial    Views: 319    Rate: 0 (0 votes)    Feb 05 2007 - 15:25

PacSnake


PacSnake is a mix of the classic PacMan game and the classic Snake game.


Details    Read Tutorial    Views: 428    Rate: 0 (0 votes)    Feb 05 2007 - 15:22

Pentominos - A C# implementation of the famous puzzle game


This is a simple implementation of Pentominos, a puzzle game. The source code is written in C# an uses a lot of concepts about drawing and matrix handling. Hope you enjoy it !


Details    Read Tutorial    Views: 269    Rate: 0 (0 votes)    Feb 05 2007 - 15:20

Endogine sprite engine


Sprite engine for D3D and GDI+ (with several game examples).


Details    Read Tutorial    Views: 335    Rate: 0 (0 votes)    Feb 05 2007 - 15:19

Borg Knowledge Assimilator


A simple game that accumulates facts and appears to learn by conversing with players asking yes and no questions.


Details    Read Tutorial    Views: 259    Rate: 0 (0 votes)    Feb 05 2007 - 15:17

Tetris Board and Shape Control


Implementing the all time favourite game as .NET custom controls.


Details    Read Tutorial    Views: 299    Rate: 4 (1 votes)    Feb 05 2007 - 15:14

WURDZ, an addictive word game - make words from random letters!


Written using pure C# WinForms, WURDZ is a completely new idea in the world of word games! This will be one game which will be as much fun to play as it will be to study its code, if not more. You make meaningful words from a random stream of letters, and score points.


Details    Read Tutorial    Views: 357    Rate: 0 (0 votes)    Feb 05 2007 - 15:12

Fast, Texas Holdem Hand Evaluation and Analysis


A C# native, fast Texas Holdem Hand Evaluator.


Details    Read Tutorial    Views: 289    Rate: 0 (0 votes)    Feb 05 2007 - 15:09

Navy Battle Game - III


An article on creating a multi-player game using the TGSDK.


Details    Read Tutorial    Views: 301    Rate: 0 (0 votes)    Feb 05 2007 - 15:08

A C# implementation of Reversi (Othello) Game for PocketPC and Windows


A C# implementation of Reversi (Othello) Game for PocketPC and Windows.


Details    Read Tutorial    Views: 311    Rate: 0 (0 votes)    Feb 05 2007 - 15:07

Sokoban Pro


Sokoban Pro is a modern version of the classic Sokoban puzzle game.


Details    Read Tutorial    Views: 296    Rate: 0 (0 votes)    Feb 05 2007 - 15:05

eptaxia - A Lightweight Mind Game


A cute and yet challenging game written in C#. Also hints on graphics, sound, and simple class structures.


Details    Read Tutorial    Views: 278    Rate: 0 (0 votes)    Feb 05 2007 - 15:04

Skype Game Infra


Using Skype as infrastructure for multiplayer games.


Details    Read Tutorial    Views: 275    Rate: 0 (0 votes)    Feb 05 2007 - 15:03

A Tetris game written in C#


A C# tetris control to play the famous \"Tetris\" game


Details    Read Tutorial    Views: 359    Rate: 0 (0 votes)    Feb 05 2007 - 14:59

Learning Draughts/Checkers


A Draughts Game that learns.


Details    Read Tutorial    Views: 336    Rate: 0 (1 votes)    Feb 05 2007 - 14:58

Tackle complex puzzles with LP Sokoban#


A simple Sokoban implementation in C# with some extras


Details    Read Tutorial    Views: 248    Rate: 0 (1 votes)    Feb 05 2007 - 14:58

A gameserver query library


A library that allows to query nearly all gameserver types.


Details    Read Tutorial    Views: 260    Rate: 0 (0 votes)    Feb 05 2007 - 14:57

A Bridge Design Game


An article describing the design and techniques used to develop a bridge design game.


Details    Read Tutorial    Views: 240    Rate: 0 (0 votes)    Feb 05 2007 - 14:55

Valil.Chess


A chess game written using Visual C# 2005 Express Edition.


Details    Read Tutorial    Views: 416    Rate: 1 (1 votes)    Feb 05 2007 - 14:55

Reversi in C#


The game of Reversi in C#.


Details    Read Tutorial    Views: 320    Rate: 0 (1 votes)    Feb 05 2007 - 14:53

Video Game Development: Learn to write C# the fun way


If you have always wanted to develop cutting-edge video games but are just getting started, tune in to these 11 free webcasts. Learn the concepts of 3-D video game production as instructors from DigiPen Institute of Technology demonstrate the key stages of developing a game engine using Microsoft Visual C# 2005 Express Edition, a new development environment for beginner programmers. Learn how to handle backgrounds, objects, and collisions. In addition, these webcasts provide a primer for handling artificial intelligence in your game, along with multiple levels and additional character functionality.


Details    Read Tutorial    Views: 329    Rate: 0 (0 votes)    Jan 30 2007 - 18:38

Using Managed DirectX to Write a Game


Learn how to write your first game, with a movable car, obstacles, high scores and more, all written with the help of Managed DirectX and the .NET framework.


Details    Read Tutorial    Views: 274    Rate: 0 (0 votes)    Jan 30 2007 - 18:35

Programming DirectShow applications in C#


A collection of tutorials for programming DirectShow in C#.


Details    Read Tutorial    Views: 350    Rate: 0 (0 votes)    Jan 30 2007 - 18:34

Adventures in Coding


How to write an object orientated adventure game in C#.


Details    Read Tutorial    Views: 310    Rate: 0 (0 votes)    Jan 30 2007 - 18:31

A Roll of the Dice


Learn the basics of Windows graphics programming as you build a lightweight game. Between the use of software patterns and the graphics techniques, you\'ll polish your fundamental programming skills while having a bit of fun.


Details    Read Tutorial    Views: 312    Rate: 1 (1 votes)    Jan 30 2007 - 18:29