Advertisement

Results for "Category: Games"

C_Volume2 #81743
Kc's Rpg You can actually see your self move!!

this is a fun little rpg. You move about the map by pressing the arrow keys. All made with an array!! You can attack trolls, Gnomes, and humans. Compile the main.cpp and it will work if you go to http://ais.cms.k12.nm.us/~cmerrill/KCRPG.EXE thanks - kc

C_Volume2 #81748
Full Windows Checkers Game!

This program is used to display how to make a simple windows game without much confusing code.

C_Volume2 #81751
BrainVita

A very good puzzle game with GUI .

C_Volume2 #81759
A OpenGL 3D Temple (Particles, Fountain, and Others)

This program draws a reddish pyramid with a fountain in the middle which contains wavy water, and sprays out blue particles (well it was SUPPOSED to look like water, lol). There is also a red globe in the center of all of this floating in midair for no reason at all. This project was a great learning experiance for me, but keep in mind it isn't all original coding. I got the base code from Dustin Davis' project at http://www.planetsourcecode.com/xq/ASP/txtCodeId.1080/lngWId.3/qx/vb/scripts/ShowCode.htm and I learned much of the stuff that I added to it at nehe.gamedev.net.

C_Volume2 #81768
Tv Tennis(Pong) 1P and 2P with cool features

A game of pong with new features. The name is from the early versions of video games. Features: one and two players sound and music surprise moves of bat menu driven The ball uses sensors to bounce

C_Volume2 #81770
^! GALAXIAN ver 2.0 !~^

version 2.0 . this is a game that based on famous galaga style game galaxian. you have to destroy waves of enemys that are trying to destroy the earth. you are playing as a spaceship that is shooting on alien's evel ships. But they can protect of themselves and trying to destroy you in different interesting ways. so go out, pilot, and safe the earth!! good luck and huf, i am sure you will.

C_Volume2 #81774
move a char across the screen using the arrow keys (good for making games)

This program (well commented) will show you the use of the arrow keys by movng a charachter across the screen. *Note* this program does not have limits so try to stay withing the screen limits. Email me if you''dlike to see boundries put on it!! and dont' forget to vote!!

C_Volume2 #81780
X's And O's (Tic Tac Toe)

Its just a game of tic tac toe but 1 player mode can be quite addictive.

C_Volume2 #81841
Falling Quadz (similar to tetris =P)

This is a game very similar to tetris that uses windows GDI to load bitmaps and blit them to your screen.

C_Volume2 #81852
asciiRPG

RPG using only ascii drawings, uses text files, its very basic, but works

C_Volume2 #81856
MasterX Example - 2D Particle Engine Demo

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 :)

C_Volume2 #81872
Ultimate Beginner's C++ Game Developer's Guide

This article is all you need to learn the basics of game development. It will teach you how to use variables, how to manipulate strings, how to read user input, and how to build the basics of a multiplayer game.

C_Volume2 #81881
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.

C_Volume2 #81885
AStar the pathfinding algorithm

The most advansed pathfinding algorithm the A Star, fully comented and easy to use;along with the test program; Please give me some feedback;

C_Volume2 #81891
A Real Time Battle

This code is a game where you have 10 people (excelent graphics) who are shooting each other until only one or none remain.Every unit has a health bar which is reduced after taking a hit.When a unit dies it is shown as falling and blod is left under the body. Please vote and give me some feedback :)

C_Volume2 #81898
Hack Quest

Text adventure where the object is to crack passwords and break into a bank system.... Uses system colors, and is over 2000 lines of code in the main program alone! The exe can be found at my site: http://www.mcarterbrown.com

C_Volume2 #81908
Knight Moves

Fill all the squares of a chessboard with a single knight. A well-commented code shows how to use a virtual window, and how to combine drawing to a virtual DC with direct on-screen drawing for better effects.

C_Volume2 #81911
Tri-Blaster

It's my first DirectDraw powered game

C_Volume2 #81924
mvxPong

Its Pong!!!!! An example of making a full app with mvxEngine.

C_Volume2 #81925
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.

Languages
Top Categories
Global Discovery