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?

Search
Found 1,334 entries over 45 pages.
CodeBase Description Category

Update 09/04/12: Now able to move camera anywhere using all keys enabled, but soon will include more keys. Just of space and also of rotating Earth, but will require the User to add his/her texture on the earth also includes sun and moon just needs more coding

Version: 1.1
Created: 8th Apr 2012 19:03
1
0
Complete Applications

A simple slot machine with 3 dials each with 7 outcomes. It repeats in an endless loop so the program doesn't automatically terminate.

Version: 1.0
Created: 8th Apr 2012 15:49
1
0
2D

Object will turn at a natural pace and slows down automatically. Wierd glitch with pressing both buttons is fixed.Not easily alterable. Now turns the camera to sides, too.

Version: l.0
Created: 30th Mar 2012 22:10
1
0
3D Effects

A free, graphical file browser (for picking files etc). Can be found here: http://forum.thegamecreators.com/?m=forum_view&t=194580&b=6

Version: 0.1
Created: 22nd Mar 2012 16:55
1
0
File Control

Collect the cubes. I need help with this.

Version: 1.0
Created: 8th Mar 2012 16:28
2
0
3D

DarkGDK .NET C# template I made for personal use, simply means no fiddling around with app configs / assembly information / references after creating a standard C# class =]

Version: 1.0
Created: 14th Feb 2012 17:35
1
0
Miscellaneous

Allows you to choose a color, place tiles, and clear the screen. Then you can either load your map back onto the screen or delete it entirely.

Version: 1.0
Created: 22nd Jan 2012 14:51
1
0
Basic 2D

U can create buttons any size, any colors with shadow and with anim effect, when push it! No media needed

Version: 1.0
Created: 19th Jan 2012 08:43
1
0
Complete Applications

this is a fully working copy of image blender created by "Phaelax" which he posted on 29th May 2004 unfortunately he did not post how use it , I have built the peace to use it the address to his post is http://www.thegamecreators.com/?m=codebase_view&i=424b8a3ebdf41d7732aabc61b992e846

Version: 1.0
Created: 13th Jan 2012 21:33
1
0
Memblocks

Easy Health coding for your character(s)

Version: 1.0
Created: 12th Jan 2012 14:38
1
0
Complete Applications

Text sample code for rpg gamers who need help for there 'experience points' for leveling there character(s).

Version: 1.0
Created: 12th Jan 2012 14:31
1
0
Complete Applications

Explodes object then destructs.

Version: 1.0
Created: 1st Jan 2012 14:31
0
1
Complete Applications

This is my version of pong, it has a simple control for the computer player. It also has a speed up for the ball. It also has a bitmap for the background which is made in the game, so there is no media needed.

Version: 1.0
Created: 26th Dec 2011 20:44
1
0
3D

Approximates the distance between 0,0 and x,y 30% faster than euclidean squares method because no square root calculation (approximation) is needed

Version: 1.0
Created: 29th Nov 2011 13:12
1
0
Functions

Dynamic Button generator with an event handler This little program builds buttons on the fly, without using any images

Version: 1.0
Created: 29th Nov 2011 11:16
1
0
Input / Output

A cool reflection effect using cameras. No media needed.

Version: 1.0
Created: 22nd Nov 2011 00:13
1
0
3D Effects

JPG file structure illustrating data start positions http://en.wikipedia.org/wiki/JPEG

Version: 1.0
Created: 20th Nov 2011 14:02
1
0
Complete Applications

File structure explanation for BMPs

Version: 1.0
Created: 20th Nov 2011 13:57
0
0
Bitmap

Table illustrating the file structure of a WAV file

Version: 1.0
Created: 20th Nov 2011 13:10
0
0
Sound / Music

This code illustrates how to extract a single file (FILEBLOCK) from a package created with WRITE DIRBLOCK. This can be modified so that you can extract a single file (essentially by deleting files that were extracted before it).

Version: 1.0
Created: 14th Nov 2011 23:26
1
0
File Control

repeat the numbers from 0 to 9, which shows you the computer screen

Version: 1.0
Created: 5th Nov 2011 10:24
0
0
2D

Create and solve your puzzle with any image

Version: 1.0
Created: 28th Oct 2011 07:36
0
0
2D

Upgraded more flexible version of MaPo's functions

Version: 1.0
Created: 24th Oct 2011 20:02
0
0
Basic 2D

XXTEA is a low profile encryption algorithm created by Roger Needham and David Wheeler. It was expanded upon by Chris Veness in a java script to encrypt strings instead of just binary data. This is the version that I based the following code on.

Version: 1.0
Created: 19th Oct 2011 08:32
1
0
Miscellaneous

A nice shutter effect

Version: 1.0
Created: 18th Oct 2011 08:45
1
0
Display

With this freecam you can switch from freecam mode to the keys mapping for something else. If you add a case switch you could switch to a panning camera while taking control from the player.

Version: 1.0
Created: 16th Oct 2011 22:02
1
0
Camera

Simple example buttons

Version: 1.0
Created: 8th Oct 2011 08:49
0
0
Complete Applications

my attempt at Ray Marching Distance Fields

Version: 1.0
Created: 27th Sep 2011 09:05
1
0
Complete Applications

Displays ASCII characters 0-255

Version: 1.0
Created: 7th Sep 2011 17:53
0
0
Text

A password entry function that converts your password into a single caracter.

Version: 1.0
Created: 6th Sep 2011 11:32
0
0
Input