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 | |
---|---|---|
![]() |
These functions search a string in forward or reverse for a given string from a given starting point. Originally By IanM modified and commented by Keaz. (This function is CaSe SeSiTiVe) Version: 1.0
Created: 25th Jul 2005 16:14
|
Text |
![]() |
A simple game that uses no media. Version: 1.0
Created: 24th Jul 2005 01:53
|
Complete Applications |
![]() |
Makes a rainbow Balloon on the screen. Version: 1.0
Created: 22nd Jul 2005 20:13
|
2D Effects |
![]() |
Twenty four hours of programming in the last year to bring you all one of my best programs yet. This newly enhanced version of my day/night simulator used in my DBZ Trunks RPG features sunrise, sunset, moonrise, and moonset. The sun rises at the same time each day (perhaps in a later version this will change), but the moon travels a bit faster than the sun, so some time down the road, there will be a total solar eclipse... I just don't know when. Change the timespeed# to 0.003 for a near virtual-second-to-real-second ratio. Enjoy! Version: 2.0
Created: 19th Jul 2005 16:17
|
Demos |
![]() |
Make happy faces on the screen with mouse with data commands. Press left mouse button. Press right mouse button to start over. Version: 1.13
Created: 17th Jul 2005 22:52
|
Basic 2D |
![]() |
Ummm... a pinball game. Version: 1.0
Created: 17th Jul 2005 15:48
|
Complete Applications |
![]() |
A short vertical 2D shoot em up Version: 1.0
Created: 17th Jul 2005 04:36
|
2D |
![]() |
A way to handle a dynamic amount of data inside of a user defined type. This is a workaround which is very useful in all languages to an extent. Version: 1.0
Created: 17th Jul 2005 01:35
|
System Enhancements |
![]() |
Use mouse and arrow keys up and down('w' or 's') to fight off a group of enemies in under 10 seconds. Collision with enemies causes damage to yourself. Version: 1.12
Created: 15th Jul 2005 16:18
|
2D |
![]() |
Does a print-out of all the colors of the rainbow, and shows their corresponding rgb value Version: 1.0
Created: 12th Jul 2005 01:13
|
Basic 2D |
![]() |
You draw with mouse and then it is multi-pasted into a design. Version: 1.13
Created: 10th Jul 2005 21:03
|
Basic 2D |
![]() |
Ball bounces around the screen Version: 1.0
Created: 10th Jul 2005 19:25
|
Sprite |
![]() |
This code contains a function "DlgBox", which will display a Windows style InputBox or a MessageBox according to the Mode parameter. Version: 1.0
Created: 9th Jul 2005 08:43
|
Input / Output |
![]() |
Just make a simple menu using text, you can apply the same knowledge to bitmaps Version: 1.0
Created: 8th Jul 2005 19:21
|
System |
![]() |
the 1st april app minipulated to th max Version: 1.0
Created: 8th Jul 2005 14:42
|
Complete Applications |
![]() |
i manipulated the 1st april app to the max, this is what i ender up with Version: 1.0
Created: 8th Jul 2005 14:37
|
Complete Applications |
![]() |
A small Shooting game. Version: 1.12 Enh
Created: 8th Jul 2005 12:53
|
Complete Applications |
![]() |
How do I make a function of imaginary numbers that iterates? Version: 1.0
Created: 8th Jul 2005 10:13
|
2D Effects |
![]() |
Just use the function: Third_Person_View(Object#,X#,Y#,Z#) Version: 1.0
Created: 6th Jul 2005 21:14
|
Complete Applications |
![]() |
My spinning cube effect Version: Final
Created: 4th Jul 2005 08:27
|
3D Effects |
![]() |
A simple calculator program with +-*/ Version: 1.0
Created: 4th Jul 2005 08:08
|
Math / Physics |
![]() |
an edited version of a jumping/colliding program Version: 2.0
Created: 3rd Jul 2005 21:00
|
Demos |
![]() |
This is my first Program made with DarkBASIC Pro! Version: 1.0
Created: 2nd Jul 2005 12:24
|
Complete Applications |
![]() |
Ok This will find thedifference in angles between the selected object and the waypoint Version: 1.0
Created: 30th Jun 2005 16:22
|
Math / Physics |
![]() |
A fairly complete (but rough) game frame design with animated media. Version: 1.0
Created: 28th Jun 2005 12:05
|
3D |
![]() |
Shows how to pause/freeze a game. Version: 1.0
Created: 27th Jun 2005 05:09
|
Complete Applications |
![]() |
A piece of code showing how to create that professional camera that is used in RTS games. Version: 1.0
Created: 27th Jun 2005 04:54
|
Complete Applications |
![]() |
load object "rager.csp",1 set object filter 1,0 make light 1 position camera 0.0,1,-2.0 set object speed 1,10 loop object 1 do death_left loop Version: 1.0
Created: 26th Jun 2005 12:11
|
Complete Applications |
![]() |
This is a simple game I created where you have to steer the ball into the sphere in the middle by overlapping the cone with it. When sparks shoot from the ball, you have enough points to reach the next level, you lose a life if the ball hits a cube or you fall of the edge. Media can be replaced with anything. Version: 1.0
Created: 24th Jun 2005 06:19
|
Complete Applications |
![]() |
This example show how to make water with a ball swimming on it and giving reflections. The rar-file contains all neccessary media and the source code. Version: 1.0
Created: 20th Jun 2005 17:16
|
3D Effects |