Showing posts with label Computer Game. Show all posts
Learn how to develop the Minesweeper game using C# in .NET Framework. This Minesweeper game is a simulation of the one made by Microsoft. The playing field and the mine- and time counter are an exact copy of the one made by Microsoft.

Minesweeper

Click here to see the tutorial.

Learn how to build a sliding puzzle game using C# in .NET Framework.

Sliding Puzzle Game

Click here to see the tutorial.

Learn how to build a two player Blackjack game in c language.

Blackjack Game

Click here to see the tutorial.

Learn how to develop a game development framework to build games such as PacMan, Snake, Tetris, and even Chess.

The Game Development Framework

Click here to see the tutorial.

Learn how to create a  service that will provide graphical feedback about the pad using c#.

Microsoft Robotics Pad GUI Service

Click here to see the tutorial.

Learn how to build a DirectX board game engine using C# in .Net Framework using visual studio.

Board game engine

Click here to see the tutorial.
Learn how to develop a football game using C#. The game is developed in .NET Framework.

Football

Click here to see the tutorial.

Learn how to build a real time webcame sudoku solver using Artificial Intelligence in C++.


Click here to see the tutorial.



Learn how to build a snooker game using C#. The game itself is a simplified snooker game. Instead of 15 red balls, it has only 6. Each red ball grants 1 point, while the "color" balls grant from 2 to 7 points (Yellow=2, Green=3, Brown=4, Blue=5, Pink=6, Black=7).

Snooker

Click here to see the tutorial.

Learn how to build  a 2-D game called Texas Quest. Texas Quest is a 2-D side scroller platform game similiar to Super Mario brothers. The object of the game is for the character 'Aaron' to reach the end where he will rescue and save his girlfriend from a terrible boss who works his employees too hard. Along the way there are enemies that will try and stop Aaron from reaching his destination. 

TexasQuest

Click here to see the tutorial.

Learn how to build a strategy game called migration.

Migration

Click here to see the tutorial.

Learn how to build a 2-D Game named TIMPIST. It is build using C# and was originally developed in Microsoft extended basic.

TIMPIST

Click here to see the tutorial.
Learn how to develop a math puzzle board game involving Artificial Intelligence named Calcoolation.


Calcoolation: A Math Puzzle Board Game

Click here to see the tutorial.
Learn how to develop 2-D star trek game using C++/VB.


Click here to see the tutorial.


ReversiReversi is a popular Othello based game.
Learn how to code Reversi from scratch in C# and to deploy it as a native Windows application.

Click here to see the tutorial.
The game is developed in C# using Visual Studio 2010. It uses the alpha-beta pruning search algorithm to search for the next best move (incorporating Artificial Intelligence).

Copyright © 2012 Project Spotter.