Results for "Category: Games"
It's a Game in which you have to make squares (i.e Homes).one with more squares will be winner. You can play it with your friends or with COMPUTER.
The purpose of my code is to make you have fun! This is a little game card I wrote to increase my confidence in C++, MFC, STL concepts. The italian name is "Sette e mezzo" : "Seven and half". It is tipically played on Christmas, betting the money we got by parents. Here you play against your Pc, that will want to take all your money! Be careful and try to take cards until you feel safe (you cannot have more than seven and half points if not you loose). You click on the card button,every card you want to add to your points, then when you have a good sum (5 or 6 or 7), you pass the turn to Pc, pressing stop button...It wants to beat you! Have fun. So I used vectors, strings, maps and iterators from STL library, and I create 2 logical modules, the one lower with C++ standard that interfaces with the other higher programmed with MFC dialog boxes, with buttons, edit box, bitmaps and so on. I would like to reuse my code, the lower module, to built another card game with little changes in the classes and some change in the GUI.
This is a nice game made in taxt mode.Have fun.
A BASIC CLASS FOR A QUIZ GAME this app demonstrates the use of Quiz, and QuizQuestion classes located in Quiz.vb associated with this project. please note that no effort has been put into the layout of this application, and normal windows forms controls have been used. by using these classes you dont have to do a lot of behind-the- scenes coding, and you can concentrate on the layout of your game and that done, all u have to do is declare a couple of objects, and call a few methods, and you'll be up and running in no time! you can also inherit from these classes and add more functionality to them. Furthermore, by compiling Quiz.vb into a DLL, you can use the associated classes with any visual studio language! Any positive or FAIR negative feedbacks and suggestions are welcome. Please bear in mind that i am new to VB.NET and this my FIRST OOP effort. Thank you.
game of snake and hangman with AI programming
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!
This is a game called "DOTS". The purpose is to connect the matrix of dots with vertical and horizontal lines and make boxes. The player with the most boxes wins.
Function to obtain and return stats of an user from Battle.net. Over 200 people have viewed this, and not one of you have voted?!? C'mon, vote! Show that it was worth something to you- show you support the open source movement! OR even better- vote AND comment on it- give me some feed back!
This code is a simulation of the famous drug wars game...
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 !!!
Here we have a complete pack of graphical cards. You can deal, shuffle and even put cards back into the pack. If you are wanting to create a card game then you'll like this. I would appreciate feedback on this.
The second version of a nice action game where you are a young skilled man with swords and armors. It has almost 2000 lines of code!!! I fixed some bugs and commenteted the code for those who want to study it
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.
I have included all of the source nessicary to immediately compile a Tron style game. There can be 2 - 4 players, any of which can be human or computer, you can set your keys, and even earn bonus options if you escape the arena.
This is a cool game engine it has alot of things for a game programer to learn from , Loading Models , Movement , Skybox and even sound this has all the things you need to know now for starting your game Don't Forget To Vote :).
This is a typical galactican war time game.Nothing special though, u may have a look! and if u are intended to develop any dos base game in C/C++ as an assignment or for any other reason this code may be helpful! Keys: Fire: space bar movement: arrow keys Pause: p skip: Esc have fun!! syeedibnfaiz@gmail.com
MMO browser strategy game in which users can handle economical, diplomatic and military tasks to further increase their empire. Create alliances, battle other players with huge armies led by generals, trade resources, and more. working server: devana.eu
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!
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 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!