Results for "Category: Games"
Abware's game engine is a fast activex component written in c++ especially for vb programmers. the component allow you to design a full screen fast arcade game using directx 7 or later. in just a few lines of code you can add backgrounds, sprites and actions (animations) to make your favorite arcade games. the component uses ultra fast c++ code built from the scratch using simple techniques like linked list and structures to make it even faster. after uploading the zip file read the instructions rtf file first and then compile the c++ project (abSpriteEX1.dsw) before opening and executing the vb project (testapp.vbp). make sure your VC compiler is set to the correct directx libraries (need to have directx7 SDK on your computer) this stuff is for advanced programmers but if you need any help you can email me at :adib@malam.com and ill help you as much as i can. anyway those of you that will manage to activate both the VC and VB compilers will have an industry quality arcade games engine with full open source code in hands. enjoy it and dont forget to vote for me bye.
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 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
This program is used to display how to make a simple windows game without much confusing code.
A very good puzzle game with GUI .
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.
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
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.
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!!
Its just a game of tic tac toe but 1 player mode can be quite addictive.
This is a game very similar to tetris that uses windows GDI to load bitmaps and blit them to your screen.
RPG using only ascii drawings, uses text files, its very basic, but works
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 :)
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.
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.
The most advansed pathfinding algorithm the A Star, fully comented and easy to use;along with the test program; Please give me some feedback;
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 :)
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
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.
It's my first DirectDraw powered game