Results for "Category: Games"
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!
A very simple game of snake ...fun to play ...and it SHEDS SKIN too... it is not a self moving snake mimicks real life snake. A simple 50 line Code
My game is a tile based game, where you control a man that walks around the screen. It was created for a school project. Before this project, I had never worked with VB.NET's GDI+ components. This project is created from scratch, and was inspired from http://www.vbprogramming.8k.com/tutorials/RPGProgramming.htm . Since VB.NET is relatively new, there are very few games for it. I found it quite difficult to create something with almost no other sources. I hope you enjoy and learn from this code, for it was quite difficult to write. This program does not use external API's like other mini games I have seen. It uses the e.Graphics of a form. This program will teach you how to use classes, how to access a form from a class without creating a new one, and much more! Changes: Main change is the engine. I created a loop with doevents, invalidate, and sleep, whereas the old program would simply react upon pressing a button. My game creates a bitmap in memory and prints the smaller tiles all to it, in the correct order and position as the map file shows. Instead of a loop to print each tile seperately every frame, it simply prints this one background once. Instead of Passable TRUE OR FALSE tiles, I changed the map file to speeds, so that different tiles would make you walk different speeds, ie. tall grass (slower) and a street (faster). Some smaller changes... I would still like to thank the tutorials at vbprogramming (see link in text above). This code is not copy-pasted. It is created from scratch upon the ideas of another programmer. Please vote! Thanks!!