Results for "Category: Games"
Brute force game tree search program for Checkers.
This is a game based on Game of BRICKS. Written in C++ ,this is very good if you a begginer to writing games.
A great game of snakes . With a powerful GUI. Just play it.Contains the Exe File.
A very good puzzle game with GUI .
DOS, text-based adventure game. You play a mouse who has to escape from a mad scientist's lab.
This is a version of a Minesweeper game (like the one in a standard Microsoft game folder), written in Windows SDK. It consists of a 10 x 10 field with 10 randomly placed bombs. Left-clicking opens a cell, right-clicking flags the cell for a bomb, and second right-clicking unflags a flagged cell. Opened cells are either blank, or show you a number of ajdacent bombs. The code doesn't maintain scores in an ini ile, nor does it time your peformance; but it lets you play over and over until you really get tired of it. Enjoy!
This example will show you how easy it is to draw objects using openGL. It draws a giant pyramid and you can walk around inside this foggy temple. Not much to it but it is really cool to learn from. If there are any probs email me.
PSC CD Show down is basicly a 2D game that I wrote in about 2 hours. Its a pretty simple game, and is based on a true story (lol). The games graphics arent to good, since its programmer art and it is sort of a joke game. Basicly you have your cannon located at the bottom of the screen. You can move the cannon left and right, and fire. PSC CD's start falling from the sky, and you must blast them, before they hit the bottom of the screen. If you destroy 20 + cd's within your 5 lives, the CD cost is lowered. If you dont then you die, and the CD is raised to $500 bucks a copy.
This is a 2D video game. Features Is now Compatible with DirectX 8 2 Programs Level Editor and game itself Game comes with 5 levels. Contains over 60 bitmaps and 23 source files total. Some of the features of the game itself Projectiles , 2D Character Animation, Tile map, Options Screen, Start Screen Game Over Screen, About Screen,SoundHandler, and level select screen. The code is fully object oriented however does not use MFC or the Visual C++ code generators. Code features including enumerated constants, abstract data types, inheritance,pure virtual functions and more. Utilizing MasterX SDK 1.8, and all code was typed out by hand. Update Now contains level add on pack "Grandma Returns" Designed by Lee Trager Update #2 Now contains new level addon pack with the "master X" level and "Desktop duel" by Carter Brown Update #3 MasterKong 1.1 realeased
Master Ball Game is a 2D video game. I got the idea for how it works from some older super nintendo game. It has a unlimited amount of levels, since it generates the maps, and as you go they get harder and harder. You have to juggle the ball, while destorying all the other objects. You **Must** hit the objects dead on, there is no nicking the corner =). I had fun writing it took me about 8 hours, around 1,000 lines of code or so.
Black Jack Game Win32 console application, read the code it is well documented. Special thanks to Joe Spencer who encouraged us to submit work to this site.
True Casino Style Blackjack In ASP This game was written to simulate a casino style game of blackjack. It has great graphics, and a high scores table feature, along with realistic blackjack situations. I designed it because I couldn't find a true asp realistic version of blackjack anywhere online. So here it is! Just give some credit if you use it! Peace ö
I was bored today, so I decided to write a neat masterX demo. This is a 2D particle engine, and is different from my other 2d particle engines in the fact that the particles can fly in all four directions. Steer my poorly drawn space ship ( yep I used mspaint !), and use the arrow keys to aim and use the space bar to fire. so if your holding up when you hit space, the particle will fly up, if your holding left the particle will fly left. Pretty simple, yet perfect for someone whos never made anything with particles before. peace :)
An *unfinished* (but well-working* RPG, that is a GREAT learning tool for aspiring game programmers who do not know a lot about C++. The game also has a pretty cool battle system.
Q3 Tool will connect to a server you wish, or create one for you. However this only works if your quake3.exe is in C:\program files\quake iii arena. if you wish to change this, pop up a common dialog box to find the q3 path and write it to an INI file... I didn't do this since this tool was made for myself.
This is a reasonably simple piece of code to generate a random hitec phrase. Its something I made just for the practice, but has a nice demonstration of switches and random number generation. Also now generates a logfile and reports on the size of that logfile. (I plan to infect Bill Gates PC with this a sa virus and make it pop up random phrases every 7.65 minutes. MWA HA HA HA HA!!!!)
the code is a collection of 4 games in c++ graphics. the games are : 1 tic tac toe 2 chessboard 3 kaun banega crorepati (indian game show) 4 snakes and ladders complete program is in c++ any suggesstions or comments are welcome please vote if u like it and contact if any query os advice -suneet
this is a tetris game with code. PLEASE VOTE FOR IT !! any voter can e mail me to get advanced versions of code and other games too!! PLEASE VOTE.
This is a clone from Tetris and it is my first real game. I tried to do something simple but object oriented. Just download it, build it with VC++ 6.0 and run it ! I am sure you will enjoy :) Good or bad opinion of this code, please rate it !
The code includes the whole game of chess and a new header files to use mouse, change its cursor etc in C++. Excellent graphics just make it a perfect choice. The game also includes a 16-Color BITMAP importer.