Results for "Category: Games"
This is a classical game of Ping-Pong, but with many improvements. You can play against a PC with 5 different skill levels or against a friend. You also have a lot of options. For example you can change the speed of the game, the score limit, you can choose a two-ball game (you will play with two ping-pong balls instead of one) or you can choose wether the PC will assist you in hitting the ball. The scoring goes as follows: if the ball hits a player's margin of the screen, the other player's score increases. The player that first reaches the score limit wins. Enjoy!
The common snake-like game. This is written using API only (no MFC) with a simple graphic. In a next version I'll insert color picker and other interesting options.
It's a game to arrange numbers in ascending order inside 3 X 3 boxes. It's a must see program for beginners.The code is very simple!
This is a very simple battleship game that puts the player against the computer. There is a visual "board" created using arrays. Code is indented and commented. Great beginner's code!
This is a Connect 4 singleplayer game. The graphics are nice and the source code is very small. The game is funny. Hope you like it! And vote for me !!!
Brute force game tree search program for Checkers.
It's volleyball. Very simple code, but fun game nontheless. 1 and 2 players. I used Allegro for making this game. Please comment! Controls -------- Arrow keys/Up key - Moves player 1 a, s, d - Moves player 2 Use the arrow keys to select your options in the menu. Rules are, if the ball hits you more then two times on your side, you lose a life.
My second C++ program - a copy of the Mastermind (guess the colour peg) game. I think it is better than my first attempt - the challenging part was making the program logic cope with varying parameters i.e number of colours, pegs, allowing duplicates etc. As ever, if i had to start it over again i would probably do it alot differently but it was fun to do and achieved the required goal. For the Mouse Support to work in Console mode (in Win2K only i think) you have to make sure that in the console window properties you untick the QuickEdit and InsertMode check boxes. Lastely, i'm teaching myself C++ from websites and books (which is pretty hard going) so if anybody has a feedback from a technical point of view - either good or bad - i'd be really pleased to hear from you! Many thanks Pete Probably technically "poor" but it does
A very simple game of snake ...fun to play ...and it SHEDS SKIN too... it is not a self moving snake mimicks real life snake. A simple 50 line Code
By Sufyan Jabr, A COOL SNAKE GAME, ITS REALLY DEFRANT FROM OTHER SNAKE GAME, IT DESIGNED TO BE PLAYED WITH THE EGAVGA.BGI FILE SHOULD BE IN THE SAME FOLDER WITH COULD TO MAKE IT RUN.
by SUFYAN JABR Cool Tetres Game ,Al_albayt University_ JORDAN, THIS GAME DESINED TO PLAY WITH Email:Sufyan2001jojo@yahoo.com THE EGAVGA.BGI FILE SHOULD BE IN THE TC\BIN FOLDER
This is my first aplication in VC++ its a basic game. Uses GDI to paint graphics.
SuperMasterKong is the third in the series of games. First came MasterKong, then SuperMaster, now SuperMasterKong. Its a full 2D video game with over 2,000 lines of code.
This is a package I put together to help ease programming. This is a very VERY useful package. Look at the screen shot to see what all this one includes. This is package 1 and there will be more on the way if everyone likes this one. I will make updates often on this as I make updates on these systems in my engine. When I get more time, I will upload some demos for some of these. It also includes a PDF that helps explain what the different systems do. This package was ment for the kernel and systems part of an engine (A very little part) the next one will start on the graphics side. Systems Included In Package 1: Advanced Window System (Kernel Internal) Advanced Window System (Kernel External) Deprecation System Error System Log System Math System (Updated) Memory Controller Registry System Resource System Resource Creator Sound System String Files Timer System Version System This took me a long time to create and put together. If you like it or find it useful, please leave a comment and vote. It will be appreciated a lot. Thank You. Hope You Like This Package! -James-
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