Results for "Category: Games"
A very basic console game asking a user for two numbers: Upperbound and a lowerbound. Then randomly picks a number, asks the user to guess it; And then tells the user if their choice is two high or two low. Heavely Commented for new programmers. Provides exellent examples for the following: Do While Loop If Then / ElseIf Converting a String to Integer Random #'s And a few other things that newer programmers should learn. Enjoy!
break the mind of user user think any character form screen and output is that character
This short code is for generating a League fixture on home and away bases, for example if their are 10 teams each team had to play other 9 in 9 different match days. i program this for my Soccer Management game but can be use for any game base on League..
True Casino Style Blackjack In ASP This game was written to simulate a casino style game of blackjack. It has great graphics, and a high scores table feature, along with realistic blackjack situations. I designed it because I couldn't find a true asp realistic version of blackjack anywhere online. So here it is! Just give some credit if you use it! Peace ö
Super Penguin Bros. is a game written in C++ with OpenGL and Glut. It's in a very early development stage but shows the basics of starting to program in OpenGL. You can use to move tux, but he cannot jump yet. You MUST HAVE GLUT for this game to work, I used glut to allow me to port the game easily as well as code it quickly. Glut can be obtained at http://www.opengl.org/developers/documentation/glut.html . It has been tested and works with Windows and Mandrake Linux on many compiliers, but should work with any operating system that supports OpenGL and GLUT. There are basic compiling instructions in the README if you have any trouble. If you're interested in contributing, email me, any help will be appreciated considering I'm very busy.
UPDATED - Its Re-Aero.This is a 2D console mode game which uses bitmaps for the planes.You shoot the enemies, on each level there blinking and motion speed increases.Be carefull with the collisions. Excellent GUI used for user interaction.Excellent way to get yourself accustomed to c++ console pixel graphics.If you like it , then just drop some globes on it ;)
This is my first game! It is very fun and interesting... Its a fighting game with multiple levels of dificulty... Hope you all like it and dont forget to vote.... Also to find out more about this game and about upcoming programs check out http://brokenangel.cjb.net
This code is a basic TIC TAC TOE game. It is 2 players only at the moment. There is a new version coming. If you have suggestions for the next product send us at sR_ReD@attbi.com with TIC in the subject line. Thanks a bunch for checking this program out and please vote for it...
This is a windows tic tac toe simulator. You can either play against the program or watch a simulated game. The AI is great. Enjoy. (Pls. don't forget to vote.... :)
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.