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 | |
---|---|---|
![]() |
Move objects around the map with the mouse. Version: 1.0
Created: 22nd Apr 2005 19:34
|
Complete Applications |
![]() |
Rem * T�­tulo : Creacion de archivos PAK Rem * Autor : HJOM Rem * Fecha : 11 de Abril 2005 rem -------------------------------------------- rem Este programa utiliza acceso a fichero secuencial, rem para crear archivos PAK rem -------------------------------------------- print "Esta es una utilidad para crear archivos PAK de DarkBasic 1.13" print " " print " " print "Modifique o Cree un archivo de nombre 'filesadd.txt', en donde podra colocar cualquier" print "tipo de archivo para agregar a un archivo PAK." print "Como se muestra en la siguientes estructura y en el ejemplo" print " " print "estructura:" print " [nombre_archivo]" print " [#_archivos]" print " [arch01]" print " ..." print " [archn]" print " " print "ejemplo:" print " mypak.pak" print " 8" print " c:imga01.bmp" print " c:imga02.bmp" print " c:imga03.bmp" print " c:mmediaa01.avi" print " c:mmediaa02.avi" print " c:mmediaa01.wav" print " c:mmediaa02.wav" print " c:othera01.dll" goto _salir Version: 1.0
Created: 22nd Apr 2005 11:59
|
Complete Applications |
![]() |
Text based game demo. Version: 1.1
Created: 22nd Apr 2005 00:19
|
2D |
![]() |
Awsome effect, click mouse on wireframe matrix to create a wave This wave will spread out and bouns off walls. You can make as many waves as needed. Version: 1.0
Created: 22nd Apr 2005 00:17
|
Matrix |
![]() |
A simple game you may have played. There are two worms that get longer and longer, slowly the screen will fill up with 'worm'. Object is to be the surviver(last to crash) Version: 1.0
Created: 21st Apr 2005 23:33
|
2D |
![]() |
find out if your window is minimized Version: 1.1
Created: 21st Apr 2005 23:03
|
Libraries |
![]() |
just a VERY short tutorial explaining how to use the do loop cammands and i will be using this in my tutorial ill be righting for people to learn from Version: 1.0
Created: 19th Apr 2005 19:02
|
Complete Applications |
![]() |
A little space shooter 2D game Version: 1.0
Created: 16th Apr 2005 14:12
|
2D |
![]() |
This is a gambling game, you must choose a number between 1 and 10 if your choice is a correct you get 10 points if your choice is wrong you loose 10 points. Version: 1.0
Created: 16th Apr 2005 05:17
|
Complete Applications |
![]() |
A neat little program that is ideal for people who are new to dark basic. Version: 1.0
Created: 15th Apr 2005 15:15
|
Oldskool |
![]() |
This is version 2 of my password encryptor Version: 2.0
Created: 11th Apr 2005 08:01
|
Complete Applications |
![]() |
Adapatation, fix and slight upgrade to 'Gambeling'. Version: 2.0
Created: 11th Apr 2005 01:31
|
Games |
![]() |
this is a simple gambling game. Version: 1.0
Created: 10th Apr 2005 16:13
|
Games |
![]() |
It is a simple math equation to find answers. Version: 1.0
Created: 10th Apr 2005 16:10
|
Games |
![]() |
This will encrypt your passwords into qwerty language Version: 1.0
Created: 10th Apr 2005 10:49
|
Complete Applications |
![]() |
This game is like it's predecessor, but with a different style of programming. Version: 1.0
Created: 10th Apr 2005 09:20
|
Games |
![]() |
this short and simple program will prompt the user to enter a save game name, ask them if it is correct, enable them to try again, then store the inputted data as a variable. Vary useful for basic High Score Leaderboard! Version: 1.0
Created: 9th Apr 2005 11:03
|
Input / Output |
![]() |
Locate the best font for your needs! Version: 3.0
Created: 8th Apr 2005 13:09
|
Complete Applications |
![]() |
Locate the best font for your needs! Version: 2.0
Created: 7th Apr 2005 12:06
|
Complete Applications |
![]() |
How to transmit a variable telling another computer what arrowkeys your pressing and input a variable to see what arrowkeys their pressing. Version: 1.1
Created: 6th Apr 2005 21:21
|
Multiplayer |
![]() |
A simple shooting game Version: 1.0
Created: 5th Apr 2005 11:20
|
Games |
![]() |
Function that draws a semi-transparent box to the screen. Also a good example of backbuffer access. Version: 1.0
Created: 5th Apr 2005 08:41
|
2D Effects |
![]() |
you can rotate a box by pushing the mouse botton and move it Version: 1.0
Created: 4th Apr 2005 20:10
|
Basic 3D |
![]() |
This function will let you simulate individal camera syncing in one simple function. Version: 1.0
Created: 3rd Apr 2005 17:39
|
Camera |
![]() |
Get all sfx samples of the game Painkiller Version: 1.0
Created: 2nd Apr 2005 14:10
|
File Control |
![]() |
This is a code snippet to load matrix created with MMMPro Ver.1 Into your programs. Visit Program Announcements forum for download link or see long description. Version: 1.0
Created: 31st Mar 2005 09:12
|
Matrix |
![]() |
Follow up for the first tutroail. Added Ground Slopes Matching. (Orientation of Vehicle) Version: 2.0
Created: 31st Mar 2005 06:07
|
Complete Applications |
![]() |
This is my bomb demo and it is pretty cool, you should check it out and tell me what ou think. Version: 1.0
Created: 30th Mar 2005 15:30
|
3D Effects |
![]() |
This has a function for a server to start a game and the function for a client to join it. Version: 1.0
Created: 30th Mar 2005 04:08
|
Multiplayer |
![]() |
This smooths an angle to another angle (both between 0 and 360) by a certain amount using the most direct route. There is a float and an integer version. Version: 1.0
Created: 30th Mar 2005 04:01
|
Math / Physics |