Advertisement

Results for "Category: Games"

6_2008-2009 #210433
Ministry

Ministry is a text-based strategy game. It's one of the first major projects I've actually completed in C++. It's not much, but it is quite fun. If you like it, I would suggest that you try Ministry II. It should be available here or at (wjomx.tripod.com/games.html).

6_2008-2009 #210470
Xtreme Fight 0.8

Check out my new RPG-Battle game: Xtreme Fight 0.8. I think it's alot of fun. Features: - 9 cool different weapons, each with their own advantages and disadvantages - 10 unique potions for your health and for fighting - 10 different enemies - 7 bosses - Develop your own fighting style as you progress through the game - 2 different modes of play - And much more! Please try it out, it's really fun! And if you do, please give me some feedback! If you have any questions, or suggestions for verion 1.0, or anything else, please e-mail me at monkypower@hotmail.com Thank You!

6_2008-2009 #210471
Xtreme Fight 1.0 [UPDATED]

Please try out my newset and latest game, Xtreme Fight 1.0, the sequel to Xtreme Fight 0.8. In this fun text-based RPG/Battle game, you try to defeat the evil Dark Lord and restore peace to the lands while fighting eniemies and bosses. Collect weapons, armor, potions, and other things as you journy on your adventure. Two modes of play and a small bonus mini-game is included. This is a cool game, so check it out! In my previous post, I forgot to include the source code (yes, dummy me!), so this one has it. Feedback would be appreciated, Thanks!

6_2008-2009 #210480
Don

IF, Switch, Else If statment

6_2008-2009 #210609
BlakkDeal

This is a re-make, with some added suprises, of the calculator game DopeWars. This code is extremely easy to understand and edit, with TONS of comments. Great learning tool. Fun and addictive game. Please rate!

6_2008-2009 #210648
OO Naughts & Crosses

A game of tic tac toe with a nice GUI interface made with EzWindows Api. Yip, I know there are quite a few around. But I found it's always interesting to see how someone else did it. If you can beat this game, please post your moves, beacause then you are THE MAN.

6_2008-2009 #210849
Dope Wars v1.01(DOS Version)

This is a little version of the classic dope wars game. Really addictive, Give it a try and don't forget to comment and RATE MY CODE PLEASE

6_2008-2009 #210985
Snake game for beginners

This is an excellent code for all those wishing to enter game programming.This is a simple snake game program with the simplest code possible. No tough graphic stuff or code stuff.Must for novice programmers.Press q to quit the game.

6_2008-2009 #211031
Sarojini Blackjack

This a Command Line Interface version of the Blackjack game. Pretty primitive, but just as good. It's dedicated to my C++ lecturer, Ms Sarojini =)

6_2008-2009 #211157
Tic-Tac-Toe

A tic-tac-toe game written using the Dev-C++ compiler. The user has the option to choose a size 3x3, 4x4, 5x5, or 6x6 board. The code should be easily transferable to any compiler or even any language.

6_2008-2009 #211158
DX9 Tools 2D - *NEW* v1.2a

UPDATES: (1) Fixed LoadTextureFromBitmap() so that it made high quality bmps instead of that pixelated stuff ----- DX9 tools is all you need to get started, actually, be in the middle of making a new 2D, DirectX game. :) The reason you will be in the middle is because DX9 Tools does all of the DirectX stuff for you! Yes, that is right; you don’t need to know any DirectX code to make a 2D DirectX game when you’re using my DX9 Tools! Now do not get me wrong, you do need to understand game-related things. DX9 Tools does not write a 2D game for you, it gives you access to DirectX in a very simple manner so that you don’t have to know any DirectX code, which obviously gives you a giant head start on making 2D games.

6_2008-2009 #211160
DX9 Tools 2D v1.3

A toolset that allows you to focus on the actual game code instead of the DirectX code. Includes a sample program to demonstrate the use of the toolset.

6_2008-2009 #211389
Snakewin32

Provides fun for the gaming community =) Want to say that its my first win32 program and its final because its purpose is to ready me for my upcoming rpg =)

6_2008-2009 #211390
Console Snake

WORKS WITH DEV Yet another snake from me, this one in console. My first real c++ project, i think i´ts a good resource for learning mostly because i´ts clear and i've put notes everywhere, for some reason the tail is like matrix... dunno why somone wanted me to do it =) if you want without matrix its easy to fix or just ask me...

6_2008-2009 #211476
Bouncing Ball (Game..Game)

A bouncing ball game..It is a graphical game..I hope u like it..Please rate it if u like it.... More Description in Readme.txt file... Thanks........

6_2008-2009 #211477
Bouncing Ball(Update...Game)

Graphical Game...More description in Readme.txt...

6_2008-2009 #211483
MathThat

This code is a simple Math game, he generates random math questions, calculates score, show records, use colors, FULL COMMENT! EVERY STEP. Good for beginners who want to learn how to make some funny console-based games.

6_2008-2009 #211553
MasterMind - Crack the Code

My second C++ program - a copy of the Mastermind (guess the colour peg) game. I think it is better than my first attempt - the challenging part was making the program logic cope with varying parameters i.e number of colours, pegs, allowing duplicates etc. As ever, if i had to start it over again i would probably do it alot differently but it was fun to do and achieved the required goal. For the Mouse Support to work in Console mode (in Win2K only i think) you have to make sure that in the console window properties you untick the QuickEdit and InsertMode check boxes. Lastely, i'm teaching myself C++ from websites and books (which is pretty hard going) so if anybody has a feedback from a technical point of view - either good or bad - i'd be really pleased to hear from you! Many thanks Pete Probably technically "poor" but it does

6_2008-2009 #211781
MakeHome Game

It's a Game in which you have to make squares (i.e Homes).one with more squares will be winner. You can play it with your friends or with COMPUTER.

6_2008-2009 #211867
Italian game card

The purpose of my code is to make you have fun! This is a little game card I wrote to increase my confidence in C++, MFC, STL concepts. The italian name is "Sette e mezzo" : "Seven and half". It is tipically played on Christmas, betting the money we got by parents. Here you play against your Pc, that will want to take all your money! Be careful and try to take cards until you feel safe (you cannot have more than seven and half points if not you loose). You click on the card button,every card you want to add to your points, then when you have a good sum (5 or 6 or 7), you pass the turn to Pc, pressing stop button...It wants to beat you! Have fun. So I used vectors, strings, maps and iterators from STL library, and I create 2 logical modules, the one lower with C++ standard that interfaces with the other higher programmed with MFC dialog boxes, with buttons, edit box, bitmaps and so on. I would like to reuse my code, the lower module, to built another card game with little changes in the classes and some change in the GUI.

Languages
Top Categories
Global Discovery