Results for "Category: Games"
A very good puzzle game with GUI .
I am currently tinkering with a Map Editor for a game engine I am in the process of making. To the gamer, the Game engine will appear to be a 2D tile based game engine, but in fact it will be a full 3D engine, that uses a OrthoOffCenterLH projection matrix to render geometry on the screen in a 2D manner. The geometry itself consists of untransformed and lit 3D geometry, So that the video card handles all of the transofrmations etc. I have written a sample demo of a map editor that demonstrates creating a simulated tile environment using untransformed and lit 3D geometry. NOTE: That this LEDemo app is a compleatly separate app I made so that I could visually play around with the basic principles of map making using 3D geometry to simulate 2D. And to give me insite as to how the actual map editor will operate when it is finished being written. For more info read the Readme.htm file included in the zip.
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.
DOS, text-based adventure game. You play a mouse who has to escape from a mad scientist's lab.
This is a version of a Minesweeper game (like the one in a standard Microsoft game folder), written in Windows SDK. It consists of a 10 x 10 field with 10 randomly placed bombs. Left-clicking opens a cell, right-clicking flags the cell for a bomb, and second right-clicking unflags a flagged cell. Opened cells are either blank, or show you a number of ajdacent bombs. The code doesn't maintain scores in an ini ile, nor does it time your peformance; but it lets you play over and over until you really get tired of it. Enjoy!
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.
This is, as the name states, a 2d graphics engine using DirectX. It is a great thing for small 2d games, such as the one shown in the screenshot. It might be a bit slow if you do not use a newer computer, but still is a way to learn to program games easily. It does all of the API stuff for you and all the main DirectInput and DirectX stuff so all you have to do is include this file in your project. Enjoy!
This is an RPG on my BruteForce DirectX graphics engine
This example will show you how easy it is to draw objects using openGL. It draws a giant pyramid and you can walk around inside this foggy temple. Not much to it but it is really cool to learn from. If there are any probs email me.
An *unfinished* (but well-working* RPG, that is a GREAT learning tool for aspiring game programmers who do not know a lot about C++. The game also has a pretty cool battle system.
This is a reasonably simple piece of code to generate a random hitec phrase. Its something I made just for the practice, but has a nice demonstration of switches and random number generation. Also now generates a logfile and reports on the size of that logfile. (I plan to infect Bill Gates PC with this a sa virus and make it pop up random phrases every 7.65 minutes. MWA HA HA HA HA!!!!)
this is a simple maze traversal program. It was produced using a 2d array, its not a very graphical program but technically it is very good. Jamie Lutzuver.
the code is a collection of 4 games in c++ graphics. the games are : 1 tic tac toe 2 chessboard 3 kaun banega crorepati (indian game show) 4 snakes and ladders complete program is in c++ any suggesstions or comments are welcome please vote if u like it and contact if any query os advice -suneet
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 clone from Tetris and it is my first real game. I tried to do something simple but object oriented. Just download it, build it with VC++ 6.0 and run it ! I am sure you will enjoy :) Good or bad opinion of this code, please rate it !
The code includes the whole game of chess and a new header files to use mouse, change its cursor etc in C++. Excellent graphics just make it a perfect choice. The game also includes a 16-Color BITMAP importer.
This program is a zelda clone that I made to learn how to use tilemaps. It's a very fun game! Be sure to play with the level editor! Instructions are included in a word document if you need help! Lost Side Dead!!!!!! www.lostsidedead.com
This is a game very similar to tetris that uses windows GDI to load bitmaps and blit them to your screen.
Not only is the program a typing test, it is also a tutorial. You want to improve your typing skill? DOWNLOAD IT!
This is an ASP poker script. What it does is it gives you five cards. From those five cards, you need to select which cards you want to keep. You can do that by checking the checkbox of the card. After pressing the OK button, you will get 5 new cards. Below those, you will see the result of the previous hand. The non-held cards will be replaced, and score will be setteled. Anything starting from a pair of jacks give you points (the better the hand, the better the score), anything else will result in losing 10 points. When the game is over (after 20 hands), you will be able to submit your score. This is saved to an access database. The highscore page will then show the 10 highest scores. The highscore page also has a protection that it will only accept submissions from the poker.asp so this prevents cheating a bit. The poker.asp will check to see that you don't get the same card twice in the same hand (althoug the GetHandValue function is prepared for this) This submission could be usefull for: a) someone who likes a (cool?) game on his/her asp site b) someone interested in how to validate a poker hand c) someone who's just after all the card images i've included d) someone who needs a highscore script for his/her own asp game If you want to see a live example, I've put it up at http://developer.domaindlx.com/cakkie/scripts/aspoker/poker.asp . If you get popups, i advice you to minimize them rather than closing them (they keep coming back), but it's a free asp provider, so i can't complain, can I?