Results for "Category: Games"
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...
This is an RPG on my BruteForce DirectX graphics engine
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........
Graphical Game...More description in Readme.txt...
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!
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.
This program is a follow-up on my previous submission (WinEliza). Besides using the Standard Template Library (STL) containers, streams, and strings, this version also takes advantage of Microsoft SAPI 4.0 to play actual speech.
This great advanced example is an example of a Bomberman game for the PC. There are powerups, hp, and it is 2p. It uses double buffering to draw the screen, and it is cool.
I'm currently tinkering around with the idea of making a massively multiplayer space warfare/trading game. In the past, I've used sprites and DirectDraw to do all my 2D game projects, but DirectDraw is being phased out and was rather inconvienent (if you wanted a rotating sprite, you'd have to get lots of pictures of the same object and flip them). What a pain. Recently I've started messing around with OpenGL (IMHO a much nicer API than DirectX) and I wrote this demo to explore the orthographic projection, which can be used to do 2D graphics at 3D speed (ironically, this is often much faster). Not that all the game objects have to be 2D, as the big rotating planet in the background demonstrates. For more code visit my site at http://www.stanford.edu/~jjshed/coding
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)
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.
game of snake and hangman with AI programming
This is a nice game made in taxt mode.Have fun.
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).
IF, Switch, Else If statment
I have included all of the source nessicary to immediately compile a Tron style game. There can be 2 - 4 players, any of which can be human or computer, you can set your keys, and even earn bonus options if you escape the arena.
The second version of a nice action game where you are a young skilled man with swords and armors. It has almost 2000 lines of code!!! I fixed some bugs and commenteted the code for those who want to study it
This is a cool game engine it has alot of things for a game programer to learn from , Loading Models , Movement , Skybox and even sound this has all the things you need to know now for starting your game Don't Forget To Vote :).
This is Tic Tac Toe game Consist of 15x15. Firstly view the screen shot...........
This is a game called "DOTS". The purpose is to connect the matrix of dots with vertical and horizontal lines and make boxes. The player with the most boxes wins.