Results for "Category: Games"
This is pure Win32 API program. NO MFC. This is a game resembling the real game. I have modified the jokers 25/75, 50/50, 0/100. The first eliminates one wrong answer, the second - two, and the 0/100 removes ALL the wrong answers. Includes a system not to repeat questions in other played games. The program supports a log file while playing, high score list and many more. But it hasn't got any sounds which I'll soon fix. The questions are kept in a Microsoft Access Database in 15 tables but they are in Bulgarian. I translated only the strings used in the game in English, not the questions but you'll write your own. This database is actually the file data.rad(You can rname it to assure). That's it. Enjoy and vote for me ! NOTE: The Win98 bug is corrected thanks to AJ.
A simple text game of 'Pico Fermi Bagels', a game similiar to the classic 'Mastermind'. Play against the computer or a friend. (My first program after starting C++)
Prints six random numbers to the screen. It is something like generating lottery numbers. I have also added a menu to it. Excellent for beginners.
This is a pretty fun game. It's a "RPG" so you can upgrade different things like Attack, Defense, and Health!
A Text Based Win32 Console Rpg. This Is One Of My First Few Programs Ive Done With C++. I Think Its Pretty Good.
It is a game of chess based on artificial intelligence
An unfinished RPG, made with color text and ASCII graphics. It is a work in progress, but comments and/or suggestions are greatly appreciated :) (I'm not particularly good at optimizing my code, but since I'm a newbie, who can blame me?) :P --- oh, and please vote for me! :)
hangman is a simple game and user can play game
this code is my first try in c its asimple game wher you purchase sites with atarget to occupy as many sites as possible its very use ful to give beginners an idea of various graphic fns as i devloped it for this purpose
I finally made a complete game in DIrectX and I am very proud of the result! Hey, it is my first attempt!!! Ok, it is not as good as "DOOM", but it is cool - take a look at the pix and you're gonna love it too ;o) One of the cool things on the game is that all the movements and animations are time based, that means, theoretically, it will be running on any computer at the same speed, never mind how many frames per sec it will be rendering, isn't that cool ?!? To render the game I used Direct 3D doing 2D, it is not new but maybe somebody will find it usefull, take a look. There is also a little bit of Direct Sound, Direct Music and Direct Input - everything very simple, but it sure does the job. Remember, it is a Direct X application, you must have, at least, DX SDK 8.0 installed on your computer to compile it. Keep coding and have fun! L!XY
This is a completly 3d racing game with commercial quality, named REVO TRON! It includes a 6500 lines DirectX8 3d engine with support for advanced 3d techniques like realtime shadows and reflections. An input, sound and network module is also included. IMPORTANT NOTE: to run the exe, you must have installed DirectX8 or higher on your system. See the readme.txt file for details. To compile the game on your system, you must have installed the DirectX SDK. You might download it at http://www.microsoft.com. Now about the game itself: it's a Tron clone. The basic game idea of any Tron lightcycle game is that you drive a fast futuristic bike, called lightcycle. It leaves a wall where it goes, so the arena turns into a labyrinth after some time. The goal is to force the enemies to hit a wall while you should try to avoid this for yourself, of course. The last player alive is the winner. REVO TRON also invented a new game mode: the action mode. If it's switched on, you can use speedups, different weapons and shields. You'll get an item after some time which is displayed at the top-right corner of your screen. You can use this item then by pressing the space key. The action mode makes a Tron game become a real action battle! YOU CAN DOWNLOAD THE COMPILED EXE VERSION AT http://revotron.tripod.com
Hi there, this is a very simple game where you just have to line up at least 5 little balls in diagonals, verticals or horizontal. The game is programmed in C++ with DirectX 8, I used the same dx class I made for my Space Invaders Clone... in fact, the whole game is just an adaptation, so to say, from SI... I used the same code with some minor changes! To compile it, you must have DXSDK 8( or higher ) installed on your machine. Have fun and keep coding, L!XY ;o)
It's a "Space Invaders" style game. The game is quiet fun to play. Its one of the best projects I have ever made. It has three levels and a intresting main boss that I have named "Diablo". The game was made using Oject Oriented Concepts, so you will see a lot of .cpp file containing class definitions. Play the game and enjoy.
This is a simple game of snake.This game has save/load option and also different levels of difficulty.Hope u will like it.
A fun 2 player shooting game. Basically, there's these two squirrels shooting at each other with handguns. Vote for it if you can!!!
This code is a simulation of the famous drug wars game...
This allows you to play minesweeper on XP (only tested on XP Pro) with the timer disabled by patching the winmine.exe process in-memory. Get a score of 0 seconds! A basic example of in-memory patching. Since the patch is in-memory, it only lasts until the program is closed. The example is simple, but gives an idea of what this can do. A video demonstrates the use of TSearch as well. You will need XVID to watch the video (divx should work too I think). http://www.wku.edu/~seth.mcdowell/minesweeper.zip has the video.
This OpenGL code loads two Half-life models!
Hi all, This another Chess Game, but this one is better, i mean the ASP structure. If you which to see a pro at work then look at this source ! Please read the README.TXT. I am looking for skilled people to work with me on this project, i have 6 other games to develop.
This code will enable you to, in ASP, play a game of connect 4 with 2 people sitting at the same PC.