Results for "Category: Games"
IF, Switch, Else If statment
This is a re-make, with some added suprises, of the calculator game DopeWars. This code is extremely easy to understand and edit, with TONS of comments. Great learning tool. Fun and addictive game. Please rate!
A game of tic tac toe with a nice GUI interface made with EzWindows Api. Yip, I know there are quite a few around. But I found it's always interesting to see how someone else did it. If you can beat this game, please post your moves, beacause then you are THE MAN.
This is a little version of the classic dope wars game. Really addictive, Give it a try and don't forget to comment and RATE MY CODE PLEASE
This is an excellent code for all those wishing to enter game programming.This is a simple snake game program with the simplest code possible. No tough graphic stuff or code stuff.Must for novice programmers.Press q to quit the game.
This a Command Line Interface version of the Blackjack game. Pretty primitive, but just as good. It's dedicated to my C++ lecturer, Ms Sarojini =)
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