Results for "Category: Games"
This program is a follow-up on my previous submission (WinEliza). Besides using the Standard Template Library (STL) containers, streams, and strings, this version also takes advantage of Microsoft SAPI 4.0 to play actual speech.
game
A Tic Tac Toe coded in using VC++ MFC. It have a learning ability which will become stronger if u keep playing with it. It learn the moves u used against him and use it back against u. It uses file 'MoveHis.txt' to record the moves, delete this file will make it dump again.
It Splits a Bitmap . The user have to rearange it. On succeesful rearranging he/she will get a messagebox indicating that the rearragement is completed IF YOU THINK THAT IT IS WORTH GIVING A TRY PLEASE VOTE FOR ME
This is a very simple breakout game. when the ball hits the bat (base), whose movement is controlled by mouse, the ball bounces up and break the bricks. There is only one level in this game. The speed of the ball can be increased or decreased. The ball has three lives. I feel that this program will be helpful to the beginners who want to know about game programming, OOP (Object Oriented Programming), Basic File Handling, Graphics in C++ and mouse handling. Comments are very welcome.
This is an awesome casino game! Everybody should try it out! There are are about 5 or 6 games you can play,including slots, blackjack, and roulette. There is also a bar to drink away the lonely hours of the night. There shouldn't be any bugs, but if you find any, e-mail me at hulio_@hotmail.com, with the subject TEXT_CASINO and I'll fix and update the code. By the way, don't forget to vote for this awesome Casino game!
a find the number game very useful for beginners Please vote for me !!!
This is a person vs person chess game It has implemented the following: - The pieces + chess board are *.BMPs - You can move with keyboard and/or mouse - Graphic mode - Clocks (white, black , total time) - All correct movements of all pieces - It warnings if a bad movement was made - It detects and says "CHECK" - It detects and says "CHECKMATE" - It makes _correct_ castling (o-o and o-o-o) - It shows retired pieces - Nice presentation Rate it, please... It was made in Borland C++ 3.1 Enjoy it !!!
This is Tic Tac Toe game Consist of 15x15. Firstly view the screen shot...........
This is a clone of the famous flash-game Bejeweled (also known as Diamond Mine). It supports customizable board sizes, savable games, and a hint functionality that also includes a count of all the valid moves the user may do in a given game. The game, specifically, will show you how to serialize classes using both ISerializable and the default method, use GDI+, apply alpha-blending and gamma correction to an image, saving and retrieving application settings, using PlaySound to play a sound stored in memory, making text boxes numeric, and much more.
in this game, a square matrix of dots will be presented. player 1 & 2 would have to draw lines connecting adjacent points, using mouse to get boxes and the player who gets more no. of boxes wins.
Just another simple TicTacToe Game
Tetris... need I say more? Uses a manifest file for getting XP style buttons. Different levels of drop speed.
Snake game . same as you played on your cell phones , but this one has some really good effects and graphics ,fast, smooth and flicker free animations made in 16 bit msdos . coded in c just uses one class :-) please take your time and vote for me. Your vote will be greatly appreciated. Thanks... ENJOY REGARDS SUHAILKALEEM
XO game using C#
Well, my girl friend is really crazy about Cascade, so I did this Windows GDI version of it. It is pretty simple to play - you just have to clean the window and make lots of points - to do that, click on a square that has another square of the same color next to it, they going to be marked, if you click one second time now, they going to disappear leaving some points behind. Try to mark as many squares as possible. As usual, my code is not commented but pretty simple to follow. Totally programmed in Win32 - No DirectX necessary. For a simple game like this, GDI graphics and PlaySound() are enough – Check it out and vote for me if you like the game, if you don’t, vote anyway ;) Have fun and stay clean. JungleBoy.
This is a simple demonstration of a simple console application written in C#.
My code is a state capital guessing game. The game can be played with one or two players. The object of the game is to guess all fifty capitals. The game keeps track of how many answers are correct and incorrect. I also added a flag using bool for correct answers. This way it will not ask the same question over.
This code is just to solidify what i know of programming so far, the structure of a program, most everything basic. Just to clairify this is a text game rpg.
This is a simple Tic-Tac-Toe game that uses a 2D array. It illustrates how to constract a simple game. There are no bells and whistles, this is plain and simple C++.