Advertisement

Results for "Category: Games"

4_2005-2006 #167830
\Snake game

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

4_2005-2006 #167848
The 2D Game Engine (Scroller, like Pokemon)

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!!

4_2005-2006 #167862
ComputerCHESS

It is a game of chess based on artificial intelligence

4_2005-2006 #167906
Animal Match Game

This is almost identical to my Celebrity Match Game. Here the object is to match the name of the animal with its photo. This would be a great game for kids. And just because I think this would be a great game for kids does not mean that I am a pedophile. However, some people here seem to think that. I used to be a school teacher and I respect kids.

4_2005-2006 #168111
PHP RPG 2D Engine

Right now it has LEFT RIGHT UP DOWN movement maps are stored in map/*.map gfx in images/*.JPG it has walls blocking directions i plan on adding items and an attack system check it out at web.wcc2.net/rpg/ and also please vote

4_2005-2006 #168181
Sharp Invader

Sharp Invader is an arcade style space shooter programmed in C#, using part GDI and part GDI+. The download not only includes the game and source code, but also a map editor which you can use to toy with the game map. To get the game to work you MUST follow these steps; Compile the GDI, Game and SharpInvader projects. Once that is accomplished, copy the GDI.dll, Game.exe and SharpInvader.dll into the main SharpInvader directory (the same directory the readme.txt and space.sim files are located in). You should now be able to play by running Game.exe. I apologize for the slight inconvenience. This is my first upload to this site and it automatically deletes any compiled .dlls and .exes. :(

4_2005-2006 #168368
connect four

Two player connect four with a check win routine , good for beginers to learn more about key pressing, timers and other cool stuff

4_2005-2006 #168453
Sudoku PHP 1.0

I started playing Sudoku and it was a bit easy so I deceded to make my own game in php.

4_2005-2006 #168547
a PACMAN clone - GLman3D openGL

i had to write this code (in a few days) to try to get a job. I didn't get the job... but i learned a lot from the whole experience. see the readme for more info.

4_2005-2006 #168833
Pathfinder3D

[Updated version can be found at http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3230&lngWId=10]Complete DirectX9 game with 3D menu, 3D About presentation, intro movie, and map editor. Game features: control your 3D walking, animated character in 3rd person mode; click on a tile and he will go there (can find his way through the maze); DX-drawn message boxes, menus and buttons; 3D compass; falling snow; 6 camera modes; sky background (skybox). DirectX features: textures; lights (ambient and point); fog; 2D/3D alphablending (opacity from 0 to 255); raytracing (detect 3D objects at mouse point); mesh from X file; 3D text; simple spheremapping; multi-viewport projection; particle system; 2D sprites; windowed and fullscreen; reenter fullscreen mode after being minimized; resolution changeable during game(no need to restart); movie playback Well commented, and with documentation. – Arvin Meralpis

4_2005-2006 #168834
Pathfinder

Based on Djikstra (a pathfinding algorithm), this VB.NET project has an AI (aritificial intelligence) to find the shortest path between two locations on a map. Then an animated sprite will walk along that path. There are 2 types of tiles: passable and blocked. The passable tiles have different cost to cross (e.g. cemented roads are favored over sand). The commented pathfinding code is written on a class so that you can easily incorporate a pathfinding AI in your own game. This is also integrated with a map editor where you can create, save, and edit map from 5x5 to 25x25 in size. If you cannot see the entire map, scrollbars are provided. There is also a minimap which represents the entire map. The graphics method is GDI+ (no external API calls or DirectX). The drawings are optimized by rendering only the parts that are really needed to be drawn. - Arvin Meralpis

4_2005-2006 #168835
Pathfinder3D v1.1

*UPDATED* for VB.NET 2003 + DX9c. Complete DirectX9 game with 3D menu, 3D About presentation, intro movie, and map editor. Game features: control your 3D walking, animated character in 3rd person mode; click on a tile and he will go there (can find his way through the maze); DX-drawn message boxes, menus and buttons; 3D compass; falling snow; 6 camera modes; sky background (skybox). DirectX features: textures; lights (ambient and point); fog; 2D/3D alphablending (opacity from 0 to 255); raytracing (detect 3D objects at mouse point); mesh from X file; 3D text; simple spheremapping; multi-viewport projection; particle system; 2D sprites; windowed and fullscreen; reenter fullscreen mode after being minimized; resolution changeable during game(no need to restart); movie playback. Well commented, and with documentation. – Arvin Meralpis

4_2005-2006 #168966
^A Game that is RGP

This is a pretty fun game. It's a "RPG" so you can upgrade different things like Attack, Defense, and Health!

4_2005-2006 #169062
Hangman Using Graphics

hangman is a simple game and user can play game

4_2005-2006 #169087
Graphic Puzzle - Dos Game

See the screen shot. play and enjoy the game. for your purpose i have included EGAVGA.bgi file to run the game.

4_2005-2006 #169089
Snake and Ladder for VB.NET

Snake and Ladder is an amazing board game. I coded it using "Visual Basic .NET 2005 BETA 2" and I published it with haigh quality graphics and with sound effects. So please, feel free to email me if you find any bugs or any integration opinion to this game and do not forget to vote for it.

4_2005-2006 #169356
a snake game

snake is a classical game of snake. hopeu enjoy it... now u can record High score.... eat special fruits... vary game speed... and more.... i hav uploaded exe files as .exea files. just dbl click on the create exe.bat file and it will create the exe for u n u cqn run the game frm there. 2. if u r running the game frm within the turbo c++ IDE... then plz change the path in the initgraph(&gd,&gm,"c:\\tc\\bgi") according to the path where ur turbo c++ is installed. 3. plz also change the path in fname[25]={ "C:\\tc\\snake\\" }; in the maze_data:: load() function. Also path in the ifstream f("c:\\tc\\snake\\hs.ark"); 4. the game currently contains only 3 levels. u can add more levels by maze editor. 5. if u want that the levels created by the maze editor should b added in the game rather than in custom level option then save ur levels as 4.lvl 5.lvl etc. note that the extension must be lvl. 6. if u r creating levels only to b run in custom level mode then any extension or no extension can b used. Thank you for trying my game. hope u enjoy it... PLZ VOTE 4 IT.....

4_2005-2006 #169397
SNAKE IN C++

This is a simple game of snake.This game has save/load option and also different levels of difficulty.Hope u will like it.

4_2005-2006 #169529
virtualb

this code is my first try in c its asimple game wher you purchase sites with atarget to occupy as many sites as possible its very use ful to give beginners an idea of various graphic fns as i devloped it for this purpose

4_2005-2006 #169597
TheGame3--Second Update

I coded this game because i wanted to know. I needed to learn how to make decent progs in C++, please before you "flame" me do think that i spent at least 10 hours while coding/debugging this "game" but there are still a lot of bugs...Please help me make this something worth coding...i haven't fully commented the source code, but it should be easy for you to understand..i (almost) cover: threads, buffer,structs,arrays(in a way) P.S Forgive me for my rusty english P.S2 Have fun! (Update) 10/30/2005 I fixed a few bugs(namely: Bullet movement and Bot movement) (Second Update)Now the game freezes when it loses focus

Languages
Top Categories
Global Discovery