Advertisement

Results for "Category: Games"

6_2008-2009 #206458
Black Jack ver 1.2

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.

6_2008-2009 #206483
^ Space Impact ^

It's a "Space Invaders" style game. The game is quiet fun to play. Its one of the best projects I have ever made. It has three levels and a intresting main boss that I have named "Diablo". The game was made using Oject Oriented Concepts, so you will see a lot of .cpp file containing class definitions. Play the game and enjoy.

6_2008-2009 #206688
millionaire.zip

This is my version of the game Who Wants To Be A Millionaire based on the TV series gameshow. It shows an example where "goto" actually makes programming similar to this more simple if you already have a lot of defined functions. Also, by using goto in this code, it avoids problems in compilation with the delay function. Great example for beginners of using nested if statements and declaring and defining functions and using arrays to make programming more simple.

6_2008-2009 #206690
GordonsTicTacToe

Simple Win32 API Tic Tac Toe game. Has a total of 24 strategies/blocks incorporated into one function called smart() that works on defense as well as offense. It checks to see what moves have been made and makes it's move accordingly. Better than playing a human for the computer never sleeps. ;) Good example of writing your own functions to perform tasks there are no built in functions for and getting different return values from your function to act accordingly. The boxes are numbered from left to right with the top left box being one. The top row is one to three, middle four to six and bottom seven to nine. Push the button that's number corresponds to the box that you would like to choose. Good example of subclassing child controls and using the template resource editor to create and display dialog boxes. One or two players.

6_2008-2009 #206718
luddo

Its a traditional and very popular board game in pakistan and u will really enjoy to play this game.I have added a very good menue in this game. If u like the graphics and the game then please rate this code

6_2008-2009 #206730
Fuit Machine

A simple one armed bandit fruit machine game, that i creted to help me learn C++. This is my first program in C++ and i wrote it in about 2 days, purely to help learn the language. Constructive critisms would be great to help me learn, but any one posting to tell me my games pointless, etc don't bother.

6_2008-2009 #206892
ParticleXL (OpenGL Particle System) With Simple GUI

This is a cool particle system. See screenshot. Fire(candle flame), energy, sparks, gun fire, fire flies, crazy 8, and circle. It also shows how to do a simple GUI with openGL. If you like this please vote or leave a comment. They are always welcome. -James- BTW-If you don't have an OpenGL video card this demo will run slow. (GeForce 4 64mb - 76FPS, my laptop - 22FPS)

6_2008-2009 #206937
Game Developer Utilities Package (Most Can Be Used By Other Developers)

This is a package I put together to help ease programming. This is a very VERY useful package. Look at the screen shot to see what all this one includes. This is package 1 and there will be more on the way if everyone likes this one. I will make updates often on this as I make updates on these systems in my engine. When I get more time, I will upload some demos for some of these. It also includes a PDF that helps explain what the different systems do. This package was ment for the kernel and systems part of an engine (A very little part) the next one will start on the graphics side. Systems Included In Package 1: Advanced Window System (Kernel Internal) Advanced Window System (Kernel External) Deprecation System Error System Log System Math System (Updated) Memory Controller Registry System Resource System Resource Creator Sound System String Files Timer System Version System This took me a long time to create and put together. If you like it or find it useful, please leave a comment and vote. It will be appreciated a lot. Thank You. Hope You Like This Package! -James-

6_2008-2009 #207149
A Game Of Brick

the game of brick inspired frmmr ali akbar

6_2008-2009 #207188
^! BlackJack !^

Basic black jack program. Ive studied C++ for about 10 hours and this is my first project. Its simple, I hope you enjoy it

6_2008-2009 #207371
MarsAttacks

What do you do when Aliens invade our Earth???? Simple. You destroy them with your fighter plane. Play "MarsAttacks" and destroy all the invading aliens. (If you think the code is good, then please vote for it.)In case you are unable to compile the code, download the .exe from www.geocities.com/riteshtonk/MarsAttacks.zip

6_2008-2009 #207379
Guess.vb

A very basic console game asking a user for two numbers: Upperbound and a lowerbound. Then randomly picks a number, asks the user to guess it; And then tells the user if their choice is two high or two low. Heavely Commented for new programmers. Provides exellent examples for the following: Do While Loop If Then / ElseIf Converting a String to Integer Random #'s And a few other things that newer programmers should learn. Enjoy!

6_2008-2009 #207533
mindbreak

break the mind of user user think any character form screen and output is that character

6_2008-2009 #207534
League Fixture Generator

This short code is for generating a League fixture on home and away bases, for example if their are 10 teams each team had to play other 9 in 9 different match days. i program this for my Soccer Management game but can be use for any game base on League..

6_2008-2009 #207566
ASP BLACKJACK by Ryan Capers

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 ö

6_2008-2009 #207736
Super Penguin Bros. v0.01

Super Penguin Bros. is a game written in C++ with OpenGL and Glut. It's in a very early development stage but shows the basics of starting to program in OpenGL. You can use to move tux, but he cannot jump yet. You MUST HAVE GLUT for this game to work, I used glut to allow me to port the game easily as well as code it quickly. Glut can be obtained at http://www.opengl.org/developers/documentation/glut.html . It has been tested and works with Windows and Mandrake Linux on many compiliers, but should work with any operating system that supports OpenGL and GLUT. There are basic compiling instructions in the README if you have any trouble. If you're interested in contributing, email me, any help will be appreciated considering I'm very busy.

6_2008-2009 #207802
Re-Aero the War ship Game ... 2D Console mode application Shoot the Enemies they blink & collide

UPDATED - Its Re-Aero.This is a 2D console mode game which uses bitmaps for the planes.You shoot the enemies, on each level there blinking and motion speed increases.Be carefull with the collisions. Excellent GUI used for user interaction.Excellent way to get yourself accustomed to c++ console pixel graphics.If you like it , then just drop some globes on it ;)

6_2008-2009 #207809
Max Out 1.0

This is my first game! It is very fun and interesting... Its a fighting game with multiple levels of dificulty... Hope you all like it and dont forget to vote.... Also to find out more about this game and about upcoming programs check out http://brokenangel.cjb.net

6_2008-2009 #207810
Tic Tac Toe (BAP)

This code is a basic TIC TAC TOE game. It is 2 players only at the moment. There is a new version coming. If you have suggestions for the next product send us at sR_ReD@attbi.com with TIC in the subject line. Thanks a bunch for checking this program out and please vote for it...

6_2008-2009 #207918
TicTacTix

This is a windows tic tac toe simulator. You can either play against the program or watch a simulated game. The AI is great. Enjoy. (Pls. don't forget to vote.... :)

Languages
Top Categories
Global Discovery