Results for "Category: Games"
This is a flight simulator game made with direct X, its great, this can teach you to use directX in an easy way. You have GOT to check this out. Soon i'll have this ready for selling to the public! Check out this cool code, and vote for me! If you need help, just email me! Visit my Artificial intelligence and C++ channel at: #fuzzylogic on Dalnet
Hi all, This another Chess Game, but this one is better, i mean the ASP structure. If you which to see a pro at work then look at this source ! Please read the README.TXT. I am looking for skilled people to work with me on this project, i have 6 other games to develop.
A Tetris game completely writen in VB.NET....I tried to make the code as Object Oriented as possible and full of comments.....So enjoy!!!
Norts And Crosses ----------------- By: KuNT ICQ: 57591748 C/C++ It is a Win32 console Norts and Crosses game. This is a simple example for beginners. 1 Header file: iostrem.h shows: if statments Arrays while loop functions this is my first C/C++ code, so please vote high.
This will give a brief overview of how to make games. I've edited this article in HTML Help format because I like it that way. I've discovered some bugs if I submit in .html format.
This code is a configurable server query script *including map images!*. The screenshot is self-explaining. In the configuration file you can turn things like the input box, or playerlists, etc. on and off. A working example can be found on my site, right here: http://www.persistentrealities.com/utquery/ Please read the readme, so, for example you know which port to use for a server running on 8800. If you like it, please vote.
A slot machine game created by Kevin Presa. Found at: http://www.cprogramming.com/source.html
The purpose for me was to create a simple game so that I could get exposure to Artifical Intellegence. I think I've suceeded in making a good bit of code with good, human like AI. I don't think you could find a more challenging player. If anyone can make this code shorter let me know.
BLACKJACK VS THE COMP, My code probably isn't that great, but it works...
A simple guess the number game.
*Updated* This is a basic BlackJack program. You play against the computer using a 52 card deck. I rewrote most of the code so now it is easier to read and to maintain. Please let me know if you find any bugs or want any features added. subxero@banet.net
This program draws a reddish pyramid with a fountain in the middle which contains wavy water, and sprays out blue particles (well it was SUPPOSED to look like water, lol). There is also a red globe in the center of all of this floating in midair for no reason at all. This project was a great learning experiance for me, but keep in mind it isn't all original coding. I got the base code from Dustin Davis' project at http://www.planetsourcecode.com/xq/ASP/txtCodeId.1080/lngWId.3/qx/vb/scripts/ShowCode.htm and I learned much of the stuff that I added to it at nehe.gamedev.net.
This is not my first Sudoku Program. But this is my first program created by C#. Please give me some feedback. In this version, I remove so many tools to help you solve the puzzle. You do like what you did with pencil and eraser on the real Sudoku problem. Why? After a long time playing with Sudoku, I realize that, solving without tools is more fun. Btw about Sudoku, no matter how good or bad you are, the puzzle will give you a good mental workout. Have fun.
Its a clone of the classic microsoft qbasic game nibbles, but its written in C++ and it has a few adjustments & modifications here and there, such as doors, smart worms, and bouncing balls.
Pure Entertainment. A space shoot-em-up game. Shoot the spce aliens before they shoot you.
Mega-Advanced Nibbles game for C++. Uses DirectX for video. Has many features, including laser beams, different doors, fireballs, 4 player support, and an internal level editor, with the option to create your own level packs & play them. There is no exe here, but if you cant get it to compile and want one e-mail me.
Its Pong!!!!! An example of making a full app with mvxEngine.
This great advanced example is an example of a Bomberman game for the PC. There are powerups, hp, and it is 2p. It uses double buffering to draw the screen, and it is cool.
This is a duplicate of the original Pacman coded from scratch in Raw C#. The game board and characters are drawn in raw GDI. Back in the 80's, this game was a huge part of my life. That and the Commodore 64 were the 2 eras of my life that helped me to coding as a career. I told myself that someday when I became a programmer I would write this sucker from scratch. Finally the time allowed it.
A simple program for playing cards manipulation. The program can shuffle a deck, print cards, deal cards to players and check for flushes.