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,333 entries over 45 pages.
CodeBase Description Category

I have Created a Very Basic Screensaver in only 6 lines of Code (Does not include Rem Statments)

Version: 1.0
Created: 27th Jun 2006 03:00
0
0
Miscellaneous

load object "C:\Program Files\Dark Basic Software\Dark Basic\media\models\static\G\GUN11.X",1 yrotate object 1,180 move object 1,3 sync on do aY# = Object angle Y(1) If Leftkey()=1 then Yrotate object 1,Wrapvalue(aY#-3) If Rightkey()=1 then Yrotate object 1,Wrapvalue(aY#+3) X# = Object position x(1) Z# = Object position z(1) cZ# = Newzvalue(Z#,aY#-180,100) cX# = Newxvalue(X#,aY#-180,100) sync loop

Version: 1.0
Created: 25th Jun 2006 09:31
0
0
Complete Applications

Short program that converts text to Morse code

Version: 1.0
Created: 16th Jun 2006 21:37
0
0
Text

Add this code into your games' main loop to give a great cross-hair, without the use of sprites!

Version: 1.0
Created: 15th Jun 2006 18:13
0
0
Basic 2D

a Random Galaxy shows how to create images inside dbp

Version: 1.0
Created: 12th Jun 2006 19:45
0
0
Basic 2D

It a tutorial for people who want to know what is Sine/Cosine.

Version: 1.0
Created: 11th Jun 2006 21:29
0
0
2D

An anaolgue clock for your desktop.

Version: 1.0
Created: 9th Jun 2006 20:24
0
0
Complete Applications

Chat room simple. I need help here, this is the source code I wrote mixing all the different chat room codes together. Could some one see if you can get it to work correctly. I'm not totally sure if it works.

Version: 1.0
Created: 9th Jun 2006 15:08
0
0
Complete Applications

Create a real Windows MessageBox using an easy to use DBPro function. <code>MessageBoxNP( message$, title$, MB_OPTION )</code>

Version: 1.0
Created: 6th Jun 2006 23:43
0
0
Complete Applications

Just a short money system for newcomers to learn from

Version: 1.0
Created: 6th Jun 2006 15:20
0
0
Complete Applications

This Programm Is Used To Get Myspace Friends.

Version: 1.0
Created: 31st May 2006 00:55
0
0
Complete Applications

my code is in french and its make with the dark basic pro trial that demands you to enter your name and your password and stock them into a variable

Version: 0.01
Created: 30th May 2006 16:37
0
0
Input / Output

Easy 3rd person view function

Version: 1.0
Created: 29th May 2006 20:28
0
0
Camera

This code is a function that will take a model created in 3D World Studio (or maybe another modeling package that supports entities - I haven't tested with any others yet) and automatically create emitters whereever a 'playerstart' entity is located within the model.

Version: 1.0
Created: 27th May 2006 12:30
0
0
Basic 3D

A Print routine that works like printf , and mem dump routine both for for DarkSDK

Version: 1.0
Created: 23rd May 2006 04:40
0
0
Complete Applications

Simple 3rd Person Camera

Version: 1.0
Created: 21st May 2006 14:12
0
0
Camera

A basic cd player that works!

Version: 1.0
Created: 21st May 2006 13:15
0
0
Complete Applications

Well, i wanted to make a game so i made this. Um let me just say it isn't a blockbuster or anything.If you would like an OK toturial on a lot of different topics, analyze my code. Please email me at [email protected] if ya got anything to say.

Version: 1.0
Created: 17th May 2006 16:06
0
0
2D

With this program, you can laucnh a website by either typing its address(without the http:), or just typing a shortcut word, such as codebase to go to the db codebase. I got my idea from the launch website program that comes with dbp, so just copy and paste this into that program, or just rem out the media.

Version: 1.0
Created: 15th May 2006 17:24
0
0
Complete Applications

this is a cheap messaging program that uses a network interface for a game to send messages over the internet using an ip adress or computer name

Version: 1.0
Created: 10th May 2006 14:05
0
0
Complete Applications

My code are in french but its realy easy to use. Just change animation and frame rate, use z,x,c,v to change speed start and stop animation.

Version: 1.0
Created: 4th May 2006 20:08
0
0
Complete Applications

db_text - Gives more control over the text command. Instead of having to type lines and lines of code to change font, style, etc you can just use this function.

Version: 1.0
Created: 4th May 2006 03:23
0
0
Text

Very simple chat program

Version: 1.0
Created: 3rd May 2006 20:44
0
0
Multiplayer

Prints texts in random positions

Version: 1.0
Created: 3rd May 2006 18:35
0
0
Basic 2D

This will be a simple health bar. will not work in u6

Version: Newest
Created: 1st May 2006 22:35
0
0
Complete Applications

Yes it's VERY simple, but we're working on it this is just are ALPHA version so keep updated

Version: 1.0
Created: 30th Apr 2006 12:01
0
0
Complete Applications

RTS Camera Movement - This camera control system functions like in any professional RTS game. You move the mouse close to the edge and the screen moves, move it closer and the screen moves faster. It also allows for different speeds and angles for the camera

Version: 1.0
Created: 27th Apr 2006 12:42
0
0
Camera

Simple user input storyline.

Version: .7
Created: 27th Apr 2006 07:54
0
0
Input / Output

2D game. Shoot stuff.

Version: 1.0
Created: 23rd Apr 2006 17:50
0
0
2D

A function to replace the INPUT in most Basic programming languages. It provides more control over the response. The code will allow for further modification to restrict the responce to alpha numeric characters only or even more limitations which I may get to later. Enjoy!

Version: 1.0
Created: 20th Apr 2006 21:54
0
0
Input