Results for "Category: Games"
A tic-tac-toe game written using the Dev-C++ compiler. The user has the option to choose a size 3x3, 4x4, 5x5, or 6x6 board. The code should be easily transferable to any compiler or even any language.
UPDATES: (1) Fixed LoadTextureFromBitmap() so that it made high quality bmps instead of that pixelated stuff ----- DX9 tools is all you need to get started, actually, be in the middle of making a new 2D, DirectX game. :) The reason you will be in the middle is because DX9 Tools does all of the DirectX stuff for you! Yes, that is right; you don’t need to know any DirectX code to make a 2D DirectX game when you’re using my DX9 Tools! Now do not get me wrong, you do need to understand game-related things. DX9 Tools does not write a 2D game for you, it gives you access to DirectX in a very simple manner so that you don’t have to know any DirectX code, which obviously gives you a giant head start on making 2D games.
A toolset that allows you to focus on the actual game code instead of the DirectX code. Includes a sample program to demonstrate the use of the toolset.
Provides fun for the gaming community =) Want to say that its my first win32 program and its final because its purpose is to ready me for my upcoming rpg =)
WORKS WITH DEV Yet another snake from me, this one in console. My first real c++ project, i think i´ts a good resource for learning mostly because i´ts clear and i've put notes everywhere, for some reason the tail is like matrix... dunno why somone wanted me to do it =) if you want without matrix its easy to fix or just ask me...
A bouncing ball game..It is a graphical game..I hope u like it..Please rate it if u like it.... More Description in Readme.txt file... Thanks........
Graphical Game...More description in Readme.txt...
This code is a simple Math game, he generates random math questions, calculates score, show records, use colors, FULL COMMENT! EVERY STEP. Good for beginners who want to learn how to make some funny console-based games.
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
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.