Advertisement

Results for "Category: Games"

2_2002-2004 #128642
Gibberish Encoding

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

2_2002-2004 #128753
ASP Blackjack

Play Blackjack against the computer

2_2002-2004 #128957
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?

2_2002-2004 #128988
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.

2_2002-2004 #129244
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 ö

2_2002-2004 #129933
PHP Mine

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

2_2002-2004 #130094
BlaqJack

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

2_2002-2004 #130206
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!

2_2002-2004 #130218
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

2_2002-2004 #130426
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.

2_2002-2004 #130438
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! =)

2_2002-2004 #130443
SMachine - Slots

My Slot Machine program(SMACHINE) is the first VB.NET program I have written. SMachine uses an Access database through ADO.NET to allow numerous users play custom slot machines. In the code you will find sample code for ADO.NET, populating datagrid's, create custom window controls, manipulating images dynamically, creating Context menuItems at runtime, and using inheritance to customize base object functionality. Please be friendly with the comments for this is my first attempt at .NET

2_2002-2004 #130460
BitBlt in VB.Net (GDI+)

In VB6 many people used BitBlt as a quick way of doing sprite animation of various types. This is a quick way of doing the same thing in VB.Net.

2_2002-2004 #130580
Tile Slide Puzzle in Visual Basic .Net

This is a slide puzzle game done totally in Visual Basic .Net. The idea of the game is to load any image file and then cut the image into square tiles in accordance with the selected dimensions (Available options: 3 x 3, 4 x 4 and 5 x 5). The user then shuffles the tiles, after doing so the last tile of the picture is erased to give space to a blank tile so that the tiles can be moved and rearranged to the initial arrangement. If the user arranges the tiles correctly he/she will be “CONGRATULATED” and the last tile will be replaced back. The user can use either Keyboard arrow keys or the mouse to move the tiles after shuffling process is done. Actually I already submitted a similar program written totally in C# . Net, a friend of mine asked me if I could do the same program in Visual Basic .Net, so I did and here it is. I hope you will enjoy the game !! :)

2_2002-2004 #130581
Tile Slide Puzzle

This is a slide puzzle game done totally in C# .Net. The idea of the game is to load any image file and then cut the image into square tiles in accordance with the selected dimensions (Available options: 3X3, 4X4 and 5X5). The user then shuffles the tiles, after doing so the last tile of the picture is erased to give space to a blank tile so that the tiles can be moved and rearranged to the initial arrangement. If the user arranges the tiles correctly he/she will be “CONGRATULATED” and the last tile will be replaced back. The user can use either Keyboard arrow keys or the mouse to move the tiles after shuffling. I hope you will enjoy the game !! :))

2_2002-2004 #130587
Boggle .Net

A Boggle game written completely in .Net. Shows use of graphics, data handling, class collections, user controls, and much more. I also think its pretty fun! I would love feedback on this.

2_2002-2004 #130596
Guess.vb

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!

2_2002-2004 #130727
Tetris XP

Tetris... need I say more? Uses a manifest file for getting XP style buttons. Different levels of drop speed.

2_2002-2004 #130733
A X_O Game

XO game using C#

2_2002-2004 #130744
Guess A Number game

This is a simple demonstration of a simple console application written in C#.

Languages
Top Categories
Global Discovery