CodeBase Entries
Welcome to our CodeBase where you can search through DarkBASIC, DarkBASIC Professional and AppGameKit source code covering a wide range of topics from full games to demo effects to object loaders.
All registered users can submit their own code from their account page, so why not contribute?
CodeBase Description | Category | |
---|---|---|
Three alert boxes with one, two and tree selecionable buttons. Version: 1.0
Created: 30th Aug 2007 20:11
|
Functions | |
a sidescroller submarine game Version: 1.0
Created: 30th Aug 2007 00:07
|
2D | |
a fun little game of tic tac toe Version: 1.0
Created: 30th Aug 2007 00:04
|
2D | |
a simple screen saver with the effect of text falling like the Matrix Movies Version: 1.0
Created: 28th Aug 2007 10:01
|
Complete Applications | |
` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com print "what is your name" input A$ print "hello ",A$, Print "How was your day?" input B$ Print "That sounds nice" wait 1000 Print "goodbye ",A$, wait 1000 Print A$," is a loser" wait 500 Version: 1.0
Created: 25th Aug 2007 04:01
|
Input / Output | |
a simple locking screen saver that gives a virtual computer impression Version: 1.0
Created: 20th Aug 2007 11:46
|
Complete Applications | |
A text positioner with size indicator! Version: 1.0
Created: 18th Aug 2007 17:05
|
Complete Applications | |
It is a fun game that challenges you to try and get the key... Version: 1.0
Created: 18th Aug 2007 13:18
|
Complete Applications | |
This Function will Delimit Split a string Version: 1.0
Created: 17th Aug 2007 10:02
|
Complete Applications | |
Drop down, aerostyle like menu (no media) Version: 0.0.1
Created: 16th Aug 2007 16:41
|
Basic 2D | |
This code will tell the program if your mouse is hovering over a selected section or not, and whether it has clicked or not. Version: 1.0
Created: 15th Aug 2007 18:17
|
Complete Applications | |
*** This code requires Dark Physics to run *** It is a little mesh saver that takes your object and saves it into a mesh text file for your game's physics. Pretty easy to code, but wanted to share for developers who don't want to code one. Version: 1.0
Created: 13th Aug 2007 03:20
|
Mesh | |
Make your DBPro programs automatically detect the user's screen resolution. Version: 1.0
Created: 11th Aug 2007 16:49
|
Complete Applications | |
just a simple very small Mario kinda game i made you run jump and stand on blocks very simple Version: 1.0
Created: 10th Aug 2007 19:41
|
Games | |
Small piece of code that allows you to adjust your for loop depending on how many entities exist/need to be checked. This also performs a double function as it will return the total number of entities checked. Version: 1.0
Created: 10th Aug 2007 19:30
|
Miscellaneous | |
Set DBPro to render in widescreen Version: 1.0
Created: 9th Aug 2007 07:39
|
Camera | |
a simple full screen calculator Version: 1.6
Created: 6th Aug 2007 16:50
|
Math / Physics | |
This code creates some simple random buttons, then checks if you click on one. It only signals a clicked button when you release the mouse button. this can be used as toolbar buttons, hud buttons, menubars (With tweaking) and anything else requiring buttons! Version: 1.0
Created: 6th Aug 2007 11:59
|
Miscellaneous | |
this is a function to snap to grid, in any dimension. Version: 1.0
Created: 29th Jul 2007 15:45
|
Math / Physics | |
This function grabs tiles out of a bitmap and assigns a number to them according to the order they are arranged in the source bitmap. It loads them into memory by get image and then you can just draw the tiles wherever using paste image. Version: 1.0
Created: 28th Jul 2007 12:48
|
Complete Applications | |
Draws a line using dots! Parameters: dline(left,top,right,bottom,space) (set to 1 for normal line and 2 for dotted) Version: 1.0
Created: 26th Jul 2007 05:28
|
Basic 2D | |
make a slide show, easy Version: 1.0
Created: 23rd Jul 2007 15:17
|
Basic 2D | |
Permet d'afficher les cartes et les résolutions disponibles sur le pc Version: 1.0
Created: 22nd Jul 2007 12:49
|
Display | |
I made this game using my 2D 3D world. Try to catch the cubes as they drop! Move your box around the floor using the arrow keys. Get three in a row and your box will grow! Use the SHIFT and CONTROL keys to change perspective. enjoy. Version: 1.0
Created: 21st Jul 2007 13:29
|
Complete Applications | |
makes a matrix up to 100 squares by 100 squares (20,000 polygons). Can be called in real time. After you create it, you can just make a mesh and lock the vertexdata to adjust the height points to what you want. All verts are already welded. Version: 1.0
Created: 20th Jul 2007 23:45
|
Mesh | |
This program uses perspective to simulate three dimensions while only using 2D commands. WARNING: THIS IS NOT ACCURATE 3D, IT IS MERELY IMITATING PERSPECTIVE. CONTROLS LEFT/RIGHT - Moves the cube along the X-Axis UP/DOWN - Moves the cube along the Y-Axis SHIFT/CONTROL - Moves the cube along the Z-Axis Version: 1.0
Created: 20th Jul 2007 17:16
|
Complete Applications | |
import/export info via files (level editor) Please note that I didn't originally write this code and take no credit for it. The person who posted it didn't know who wrote it either so...Thank You mystery man!...or girl! Version: 1.0
Created: 20th Jul 2007 13:24
|
File Control | |
this code was taken from another code base entry named Binary Fall Screensaver by Luke Brown, after playing around with the values in the code, i found that changing the value of sw# from 45 to 75 gives a more matrix feel, (i dont know whether this is just my computer but i thought id share it) Version: 1.0
Created: 19th Jul 2007 07:12
|
2D Effects | |
This function takes 2 numbers and returns the remainder from their division. Version: 1.0
Created: 18th Jul 2007 18:56
|
Math / Physics | |
In The Money is a 3 Reel Slot machine game. Version: 1.0
Created: 14th Jul 2007 15:20
|
Complete Applications |