Advertisement

Results for "Category: Games"

ASP_Volume2 #41657
L!xy'sLines

Hi there, this is a very simple game where you just have to line up at least 5 little balls in diagonals, verticals or horizontal. The game is programmed in C++ with DirectX 8, I used the same dx class I made for my Space Invaders Clone... in fact, the whole game is just an adaptation, so to say, from SI... I used the same code with some minor changes! To compile it, you must have DXSDK 8( or higher ) installed on your machine. Have fun and keep coding, L!XY ;o)

ASP_Volume2 #41659
^ Space Impact ^

It's a "Space Invaders" style game. The game is quiet fun to play. Its one of the best projects I have ever made. It has three levels and a intresting main boss that I have named "Diablo". The game was made using Oject Oriented Concepts, so you will see a lot of .cpp file containing class definitions. Play the game and enjoy.

ASP_Volume2 #41661
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.

ASP_Volume2 #41666
\\A 2 Player Squirrel Shooting Game

A fun 2 player shooting game. Basically, there's these two squirrels shooting at each other with handguns. Vote for it if you can!!!

ASP_Volume2 #41670
Dope wars kinda

This code is a simulation of the famous drug wars game...

ASP_Volume2 #41675
in-memory patching of processes

This allows you to play minesweeper on XP (only tested on XP Pro) with the timer disabled by patching the winmine.exe process in-memory. Get a score of 0 seconds! A basic example of in-memory patching. Since the patch is in-memory, it only lasts until the program is closed. The example is simple, but gives an idea of what this can do. A video demonstrates the use of TSearch as well. You will need XVID to watch the video (divx should work too I think). http://www.wku.edu/~seth.mcdowell/minesweeper.zip has the video.

ASP_Volume2 #41677
Half-Life Model Loader

This OpenGL code loads two Half-life models!

ASP_Volume2 #41752
ASP Chess Game open source project

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.

ASP_Volume2 #41837
Connect 4

This code will enable you to, in ASP, play a game of connect 4 with 2 people sitting at the same PC.

ASP_Volume2 #41888
Gibberish Encoding

Quick way to learn how to speak gibberish. It is sometimes known as "girl-speak".

ASP_Volume2 #42000
ASP Blackjack

Play Blackjack against the computer

ASP_Volume2 #42204
ASPoker

This is an ASP poker script. What it does is it gives you five cards. From those five cards, you need to select which cards you want to keep. You can do that by checking the checkbox of the card. After pressing the OK button, you will get 5 new cards. Below those, you will see the result of the previous hand. The non-held cards will be replaced, and score will be setteled. Anything starting from a pair of jacks give you points (the better the hand, the better the score), anything else will result in losing 10 points. When the game is over (after 20 hands), you will be able to submit your score. This is saved to an access database. The highscore page will then show the 10 highest scores. The highscore page also has a protection that it will only accept submissions from the poker.asp so this prevents cheating a bit. The poker.asp will check to see that you don't get the same card twice in the same hand (althoug the GetHandValue function is prepared for this) This submission could be usefull for: a) someone who likes a (cool?) game on his/her asp site b) someone interested in how to validate a poker hand c) someone who's just after all the card images i've included d) someone who needs a highscore script for his/her own asp game If you want to see a live example, I've put it up at http://developer.domaindlx.com/cakkie/scripts/aspoker/poker.asp . If you get popups, i advice you to minimize them rather than closing them (they keep coming back), but it's a free asp provider, so i can't complain, can I?

ASP_Volume2 #42235
Galaxy - Online Arcade Game

The Galaxy Game (ASP / VBScript / JavaScript) An interactive game for Microsoft Internet Explorer browser, with sound, cool graphics and many levels. You can see a LIVE DEMO of this game at our website. Please Rate This Script. If you have any questions or comment, please feel free to contact me at GregRatner@hotmail.com . Description: This game is designed to take advantage of IE's document.all property in VBScript. It's a fast loading, full capability, engaging arcade game that has graphics and sound of quality comparable to that of flash arcade games. Browser detection prevents error if the game is accessed in any other browser, including Netscape. I hope you will enjoy the game and send me any questions / comment / concerns if you have any. Rules of the game: Control the spaceship, shoot down aliens before they reach the land. Save the Earth, and move on to the next level after earning 100 points. Compete against your own score or challenge your friends. Enjoy! Other Notes: You can use and modify this script as you like. If you like this application, support me by giving me a good rating. Your help is greatly appreciated.

ASP_Volume2 #42491
ASP BLACKJACK by Ryan Capers

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 ö

ASP_Volume2 #43180
PHP Mine

PHP version of famous "Minesweeper" game by Microsoft by Mathias Daval

ASP_Volume2 #43341
BlaqJack

Plays your standard game of BlaqJack. Plays through the browser no plugins required. (It's PHP at its best *grin*)

ASP_Volume2 #43453
Battle.net Function

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!

ASP_Volume2 #43465
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

ASP_Volume2 #43673
LEDemo

I am currently tinkering with a Map Editor for a game engine I am in the process of making. To the gamer, the Game engine will appear to be a 2D tile based game engine, but in fact it will be a full 3D engine, that uses a OrthoOffCenterLH projection matrix to render geometry on the screen in a 2D manner. The geometry itself consists of untransformed and lit 3D geometry, So that the video card handles all of the transofrmations etc. I have written a sample demo of a map editor that demonstrates creating a simulated tile environment using untransformed and lit 3D geometry. NOTE: That this LEDemo app is a compleatly separate app I made so that I could visually play around with the basic principles of map making using 3D geometry to simulate 2D. And to give me insite as to how the actual map editor will operate when it is finished being written. For more info read the Readme.htm file included in the zip.

ASP_Volume2 #43685
jPeaks (Tri-Peaks clone)

This code is a clone (almost) of the solitare game Tri-Peaks(tm?). For those that don't know how the game is played, there is a base card at the bottom of the playfield. You select a card which has a face value one higher or one lower than the current base card (ie. if your base card is a ten, then you may select a nine or a jack). Although it doesn't really matter, Aces count as LOW, and can be "looped" back around to a king. The goal of the game is to clear off all cards. Points are scored by the number of cards you remove without resorting to a new base card from the draw pile. The first card you remove is worth 1 point, the second is worth 2 points, the third is worth 3 points, etc... (The longest streak I've had is 15 cards!) Drawing a new base card from the draw pile will make you lose 5 points (you *can* go into negative points) and you will lose 5 points for each card left on the playfield when you start a new game unless your draw pile is empty. You get 25 points for each "jPeak" that you clear and an additional 25 points if you clear all three (total bonus = 100 points). This game features almost all of the statistic tracking of the original Tri-Peaks game except for the persistant data (ie. when you close the game, all stats are cleared - nothing is saved). This functionality wouldn't be too hard to add using the DataSet.(Read/Write)XML procedures. On the technical side of the coin, this application makes use of cards.dll for all of the card faces and card backs and illustrates the use of old-fashioned API calls, user-controls, shared member functions and variables, interfaces, and (what I believe to be) average-to-good OO technique(s). Whether or not you vote on this code is up to you, but I would greatly appreciate some constructive criticism of my code and comments. And lastly (but not leastly) enjoy this completely free game! =)

Languages
Top Categories
Global Discovery