Welcome to Pete's QBASIC Site!


Misc. Programs
[ Downloads Index | Arcade | Game Engines | Graphics | Libraries | Newbies | Platform | Puzzle | RPG | Sound | Strategy | Utilities | Misc. ]
ASCII FOREST Koosh
Description: Nothing special here, just an ASCII maze with some twists and traps. A tribute 2 ASCII graphics. (Added: June 6, 2006 by Koosh)
Rating: ( 2.09/10 | Votes: 108 ) Rate:
   Comments (0)
Download: forest.zip ( 0 KB )

ASCII-Scroller Stormy Homepage: http://www.storm-master.de/index.php?site=qbasic&details=4
Description: By using this program you can scroll a text (in capitals) over the whole screen. But it works only in the text-mode, but inspite of that smoothly. (Added: October 13, 2004 by Stormy)
Rating: ( 1.89/10 | Votes: 111 ) Rate:
   Comments (1)
Download: DEMO.zip ( 0 KB )

Bob Saget Killer 2000 M \ K Productions
Description: An entertaining "game" where you execute Bob Saget with your shotgun, though there's no challenge or point to it. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 2.32/10 | Votes: 107 ) Rate:
   Comments (3)
Download: killbob.zip ( 182 KB )

Bullet ... Steve Giannoni Homepage: http://www.homestead,com/giannoni/sa18.html
Description: A Memorial Day problem by Steve to separate the men from the boys : A one ounce bullet dropped from a great height has a terminal velocity of 125 ft./sec. That is, in freefall, the weight equals the falling speed times the drag coefficient. Now, if that same bullet is fired at 2500 ft./sec., at an elevation of 60 degrees, then how long will it be in flight, and how far (horizontally) will it go? Break the problem into vertical Y(t) & horizontal X(t) components, expressed as 2nd order differential equations, using Newton’s 2nd law, where m = mass, s = linear drag coefficient, etc. Solving for s from the terminal velocity, then Y(t)=(m/s)Yo(1 – exp(-(s/m)t))-mgt/s, and X(t)=Xo(m/s)(1-exp(-(s/m)t)), where Yo=2500xSIN(60) and Xo=2500xCOS(60). Attached program will crunch and solve the math, and plot the path, when holding the “N” key, and shows : Sec. = t, Y(t), X(t), Vy(t) and Vx(t), from which the time is about 67.2 Sec, with X being about 4853 ft (Added: May 31, 2006 by Stephen G. Giannoni)
Rating: ( 2.12/10 | Votes: 88 ) Rate:
   Comments (0)
Download: shot2.zip ( 0 KB )

Compugotchi Mathias Magdowski
Description: Remember Tomagotchi? This is a QB clone of the virtual pets that were a big craze in the late 1990s. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 1.93/10 | Votes: 104 ) Rate:
   Comments (0)
Download: compugot.zip ( 29 KB )

Computer Advance Construct Unknown Homepage: http://www.ComputerAdvance.tk
Description: Construct is a high-level programming language that is very easy to learn, and just as dynamic. Construct has the fundamentals of other high-level languages, (such as the "IF", and "WHILE" statement,) and additional features as well. Construct can even create and altar procedures at run-time. Construct can create stand-alone programs as small as 15K. Plus, Construct programs can be run through other programs via the Construct.dll. Construct is free for both non-commercial and commercial use.

(Construct's engine was written 100% with FreeBasic) (Added: October 22, 2005 by Unknown)
Rating: ( 2.01/10 | Votes: 91 ) Rate:
   Comments (1)
Download: Computer Advance Construct BETA.exe ( 0 KB )

Cookie7.bas & set Anon
Description: An executive control program written in QB under Win95. Uses QB & DOS only. Many advanced routines. Freeware. (Added: September 6, 2004 by )
Rating: ( 1.84/10 | Votes: 101 ) Rate:
   Comments (152)
Download: Cookie7.zip ( 0 KB )

Costa for MS-DOS v. 0.7.0 Jacob Palm Homepage: http://www.jacobpalm.dk/costa
Description: Costa is a graphical user interface for MS-DOS. It replaces the DOS-prompt with a graphical desktop with icons. Included are some accessories and tools. No source. (Added: May 31, 2005 by Jacob Palm)
Rating: ( 2.51/10 | Votes: 105 ) Rate:
   Comments (0)
Download: Costa070.zip ( 0 KB )

Crypt3 Heliostrapolis
Description: an encryption/decryption program. Very hard to decipher ( i think). Isn't perfect, but very secure. Encrypted files are much larger than original, but decrypted file are same size. (Added: July 30, 2004 by Heliostrapolis)
Rating: ( 1.86/10 | Votes: 102 ) Rate:
   Comments (2)
Download: CRYPT3.bas ( 0 KB )

Eliza: Computer Therapist Daniel Fletcher
Description: A QB rendition of the famous Eliza Computer Therapist program developed in the 1970's. This is basically a chatroom program where "Eliza" helps you overcome your problems by interpreting what you tell her and responding with typical psychologist babble. Yum. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 2.03/10 | Votes: 99 ) Rate:
   Comments (0)
Download: qb_eliza.zip ( 37 KB )

emc3 einstein
Description: describes extended
einstein equations
for E=mc^3 (Added: May 5, 2006 by einstein)
Rating: ( 2.19/10 | Votes: 84 ) Rate:
   Comments (2)
Download: emc3.zip ( 0 KB )

Error~8 Agent Crisp
Description: A fake virus program that is meant to scare users into thinking that their computers have been hijacked! Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 1.73/10 | Votes: 104 ) Rate:
   Comments (0)
Download: error8.zip ( 11 KB )

Exponential-Linear Regression Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Many phenomena are characterized by the Exponential model,
Y(X) = Yo x Exp(R x X) . Program finds the best fit Pre-Exponential ( Yo ) and Rate factor ( R ) constants, for inputted raw data ( Xi , Yi ), via Linear Regression on converted variables. Also computes best resulting Y(X),
or X(Y). (Added: October 30, 2005 by Stephen G. Giannoni)
Rating: ( 2/10 | Votes: 89 ) Rate:
   Comments (0)
Download: sgg_lnrglin.zip ( 0 KB )

Game of Life Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Game of life, has randomly populated cells and updates subsequent generations of each cell, as either populated or vacated, according to the number of populated touching cells in the current generation. (Added: November 3, 2005 by Stephen G. Giannoni)
Rating: ( 2.16/10 | Votes: 90 ) Rate:
   Comments (1)
Download: sgg_life.zip ( 0 KB )

Gauss-Jordan Elimination Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Program uses the Gauss-Jordan Elimination method, to solve N linear equations with N unknowns. (Added: October 28, 2005 by Stephen G. Giannoni)
Rating: ( 1.94/10 | Votes: 92 ) Rate:
   Comments (0)
Download: sgg_Gausjord.zip ( 0 KB )

Giggles Mark Campbell
Description: A fake virus. Good scare, no harm done. (Added: July 28, 2004 by Mark Campbell)
Rating: ( 2.05/10 | Votes: 102 ) Rate:
   Comments (0)
Download: GIGGLES.bas ( 0 KB )

G.L.A.S.S.E.S Nicolas Voisin Homepage: http://npc.homedns.org/glasses/
Description: Here is the new GLASSES version 2.2. A great object-oriented graphical user interface for users and developpers with lots of functions. Fully interpreted for simple development.
It allows pure QBasic 1.x programs to use multiple libraries picked in the library bank. Many features like, ascii source code assembling, time-sharing, graphical system using overlaping mecanism, application swithing, and many, many more...
All source codes are included of course!
You are allowed to read/modify them, but please send me modified codes so i can include them in later installation packages.

Some source codes are from different author, adapted by my own to take part of GLASSES. Glasses is federator, so you can adapt (with no pain!) your programs to take part of the system and let other programmers uses this new functionnalites easily in their programs.

Try it, and you'll see! Only one problem, I wrote all messages in French, and no translation is available for the moment.

Send me bug reports or suggestions at: (replace DOT by ".")
vnDOTsigmaDOTnet@wanadooDOTfr
(Added: June 5, 2005 by Nicolas Voisin)
Rating: ( 2.20/10 | Votes: 93 ) Rate:
   Comments (1)
Download: setup_glasses.exe ( 0 KB )

Gravity Simulation Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Simulates the motion of three equally massed planets, placed at rest in a random triangle. Planet's names are, Magenta, Cyan, and Yellow for the obvious reason. The forces of gravity are normally attractive between masses, equal to the product of the masses, divided by the square (power = 2) of the separation distance. In each simulation, the computer picks a random value for the "Gravity power” from 1.0 to 2.2 (indicated in the lower left), to ascertain the effects of various “different gravities”. The “G” hot key starts a simulation with normal Gravity. Planet trails are beautiful and interesting. Use the "H" and "L" hot keys to zoom in and out on the action as needed. (Added: May 8, 2006 by Stephen G. Giannoni)
Rating: ( 2.55/10 | Votes: 88 ) Rate:
   Comments (30)
Download: GravitySimulation.zip ( 0 KB )

Horrible.Bas Fernando Ramirez Homepage: www.geocities.com/fernandogastonramirez
Description: A Virus simulator, similar to ERROR8.BAS.... Some sources are from this program... (Added: March 27, 2006 by Fernando Ramirez)
Rating: ( 2.29/10 | Votes: 88 ) Rate:
   Comments (0)
Download: horrible.zip ( 0 KB )

ISRB Ratings System Kevin
Description: A new ratings system I created.
WARNING: foul language (Added: August 17, 2005 by Kevin)
Rating: ( 1.83/10 | Votes: 89 ) Rate:
   Comments (0)
Download: ISRB.zip ( 0 KB )

Jim Nixon Homepage: pure-text.com
Description: An AI engine that needs some work, but is a great start and could build off of. It is a chatting simulator that may have used some of my parser code. (Added: March 2, 2005 by Nathan1993)
Rating: ( 2.07/10 | Votes: 94 ) Rate:
   Comments (0)
Download: jim.rar ( 0 KB )

Jokerz TUI (WINME & WINXP ONLY) sid6.7 Homepage: http://www.cruzan.info/comp/comp.html
Description: A very funny joke. that kinds works, its
a TUI(Text User Interface) of the most
simple kind. very clumsy too.

It seems to work okay on WINME & WINXP.
I was bored with nothing to do and thought
this up. It has an install and un-install
so you can kill it after running it once
or twice... :)

constructive feedback is always welcome...

(Added: September 9, 2005 by sid6.7)
Rating: ( 2.22/10 | Votes: 96 ) Rate:
   Comments (3)
Download: jokerz.zip ( 0 KB )

KOS 0.3.0 Kom Software
Description: This is a newer, and more advanced version of KOS 0.2.0. KOS 0.3.0 has many new features that leaves KOS 0.2.0 behine. It has Hardware Check System 0.1.0 which can check basic things such as your video card type, screen type, your BIOS date, and your computer type. Some commands have been fixed, and more have been added. It has support for multiple drives, and requires DOS less. It also has a status bar to show you the time aand date.

KOS 0.5.0 is under construction now, so KOS 0.3.0 isn't getting any updates. KOS 0.5.0 will have GWindows (which is a GUI), Hardware Check System 0.2.0 which can check more things than version 0.1.0. It can check your video memory, your video card type in more details, CPU type, mouse, maximum screen resolution, and your sound card. It will also have support for Kom User System 0.1.0. It is in its early stages, but it is looking very promising. (Added: May 29, 2005 by Mark Kennard)
Rating: ( 2.22/10 | Votes: 95 ) Rate:
   Comments (2)
Download: Kos-030.zip ( 0 KB )

Leetspeak (1337) convertor version .1 Nathan1993
Description: A small program (source included, commented the hard stuff) that converts normal text into leetspeak. I only made it so me and my friend could annoy our friends (and not friends) with a little leet. Does not convert back. (Added: September 22, 2005 by Nathan1993)
Rating: ( 2.12/10 | Votes: 90 ) Rate:
   Comments (0)
Download: leetspeak.zip ( 0 KB )

Linear Regression Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Short program to do the routine though often essential calculations on up to a hundred points ( Xi, Yi ), yielding Slope, Intercept, and Correlation Coefficient, as well as then computing Y ( X ) or X ( Y ) . (Added: November 13, 2005 by Stephen G. Giannoni)
Rating: ( 2.16/10 | Votes: 87 ) Rate:
   Comments (0)
Download: sgg_lnrglin.zip ( 0 KB )

Lissajous Figures Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Lissajous figure tracings are generated, from inputted vertical to horizontal sinusoidal trace ratios and phase differences. Ongoing tracing is displayed via color changes, through a repeating of a near complementary sequential color scheme. (Added: October 27, 2005 by Stephen G. Giannoni)
Rating: ( 1.81/10 | Votes: 86 ) Rate:
   Comments (0)
Download: sgg_Lisfigs.zip ( 0 KB )

Logistic Equation Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: For those into chaos, a nice rendition of the “logistic equation” : Y(n+1) = R x Y(n) – R x Y(n) x Y(n), over the domain 2.8 <= R <= 4
(Added: November 30, 2005 by Stephen G. Giannoni)
Rating: ( 1.89/10 | Votes: 86 ) Rate:
   Comments (0)
Download: LogiEqtn.zip ( 0 KB )

Mandelbrot Set Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: For those with an interest and understanding of Fractals. Very small and efficient program to generate the Mandelbrot set at 640 x 480 resolution, with MOD 16 color scheme for escape values. (Added: October 26, 2005 by Stephen G. Giannoni)
Rating: ( 1.89/10 | Votes: 89 ) Rate:
   Comments (0)
Download: sgg_MNDLBRT.zip ( 0 KB )

McClouth Qbinux 0.02beta Seb McClouth Homepage: www.freewebs.com/qbinux
Description: The newest version of McClouth Qbinux (I have used the version before), with the newest release of the core: 0.0.5. Also included in the packages is Init and the utils-qbinux. Just compile them with compile, make sure you have PDS 7.1. installed and in your path. Or simple change the compile.bat (Added: March 21, 2006 by Seb McClouth)
Rating: ( 2.08/10 | Votes: 81 ) Rate:
   Comments (0)
Download: MCQB.exe ( 0 KB )

McClouth Qbinux 0.1 Seb McClouth
Description: An Linux-clone. Just check it out.
Unrar the file. Then run Qsetup, which will do the rest. When finished installing type qbinux, et voila!! (Added: August 19, 2005 by Seb McClouth)
Rating: ( 1.88/10 | Votes: 89 ) Rate:
   Comments (0)
Download: QBXSETUP.rar ( 0 KB )

McClouth Qbinux 0.2 Seb McClouth
Description: 2nd Release of McClouth Qbinux. This time version 0.2.
This is a tech-release, so not completly yet like it should be.
Download the file to a dir of your choice, and unpack it.
Use install.bat to install. (Added: October 8, 2005 by Seb McClouth)
Rating: ( 1.66/10 | Votes: 83 ) Rate:
   Comments (0)
Download: qbinux.rar ( 0 KB )

Memo.BAS Fernando Ramirez Homepage: www.geocities.com/fernandogastonramirez
Description: This is similar to a teacher, you input 10 words and you have to give an translation. I don`t know too much english, so look my file... this program is in spanish... (Added: March 27, 2006 by Fernando Ramirez)
Rating: ( 1.92/10 | Votes: 80 ) Rate:
   Comments (0)
Download: memo.rar ( 0 KB )

Morse.bas Me: mxmm
Description: This is the program I built to help myself learn morse code, I wrote it in a very inefficient way so it may be difficult to modify. E-mail me @ faqcomments@yahoo.com if you have any comments, questions or suggestions.
CONTROLS:
Type in the letter it represents
type "es" to "escape" from the program (I know a very stupid substitution but it was a mistake I made very early in the program so it was hard to change.
I hope you enjoy it and have fun learning morse code ;-) (Added: August 4, 2006 by Mxmm)
Rating: ( 2.12/10 | Votes: 341 ) Rate:
   Comments (1)
Download: MORSE.bas ( 0 KB )

Morse code deluxe3 Dixie parkinson
Description: I have made a new version! And I have solved the
uppercase problem with the help of Murray. (Added: October 27, 2005 by Dixie parkinson)
Rating: ( 2.19/10 | Votes: 84 ) Rate:
   Comments (2)
Download: Mc3.bas ( 0 KB )

Move!! Rizzler
Description: A small coding demo which stars a SHAGGY MONSTER. It demonstrates "pathfinding" and animating images to follow a linear path. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 1.91/10 | Votes: 93 ) Rate:
   Comments (0)
Download: move.zip ( 5 KB )

Multi-Digit Division Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Program performs division of two numbers, each up to about 100 digits, and expresses the product, to about 200 correct digits. Runs only from DOS Mode. (Added: November 2, 2005 by Stephen G. Giannoni)
Rating: ( 2.29/10 | Votes: 84 ) Rate:
   Comments (1)
Download: sgg_Divide.zip ( 0 KB )

Multi-Digit Multiplication Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Program performs multiplication of two numbers, each up to about 100 digits, and expresses the product, up to about 200 correct digits. Runs only from DOS mode. (Added: November 2, 2005 by Stephen G. Giannoni)
Rating: ( 2/10 | Votes: 82 ) Rate:
   Comments ()
Download: sgg_Multiply.zip ( 0 KB )

MyChat Mark Campbell
Description: An interactive program designed to emulate online chat. Originally started for a challenge on a nother qbasic website. (Added: July 28, 2004 by Mark Campbell)
Rating: ( 1.84/10 | Votes: 94 ) Rate:
   Comments (0)
Download: MYCHAT.zip ( 0 KB )

National Lottery Predictor MURRAY PARKINSON Homepage: http://Science.20mbweb.com/electronics
Description: I think the name says it all. if you win post a comment. (Added: September 5, 2005 by MURRAY PARKINSON)
Rating: ( 2.13/10 | Votes: 92 ) Rate:
   Comments (84)
Download: NLP.bas ( 0 KB )

Number Base Conversions Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: This program will convert a number expressed in one (starting) base, to the same number expressed in another (ending) base, and in base 10 for reference. Bases can be from 2 through 36. Additional characters for bases beyond 10 are sequential alphabet characters. The number must be a positive integer and not greater than about 50 million. (Added: October 16, 2005 by Stephen G. Giannoni)
Rating: ( 2.2/10 | Votes: 85 ) Rate:
   Comments (0)
Download: sgg_Baseconv.zip ( 0 KB )

PASWORD QBFREAK2000
Description: Third program i've created.This program is for hackers who are looking to generate 6-digit numbers for cracking passwords.Simple program. (Added: November 17, 2005 by Willi@m C)
Rating: ( 2.07/10 | Votes: 81 ) Rate:
   Comments (0)
Download: PASWORD.zip ( 0 KB )

Polynomial Regression Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Enter n , ( X , Y ) data points, then calculate and plot the best fit polynomial up to order n - 1 . Then solve any Y ( X ) . (Added: October 18, 2005 by Stephen G. Giannoni)
Rating: ( 2.02/10 | Votes: 85 ) Rate:
   Comments (0)
Download: sgg_polyregc.zip ( 0 KB )

Pong Mark Campbell
Description: It's pong. Keyboard controls, 2 player. (Added: July 28, 2004 by Mark Campbell)
Rating: ( 1.93/10 | Votes: 93 ) Rate:
   Comments (0)
Download: PONG.bas ( 0 KB )

Prime Number Calculations Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Simple program to generate an ongoing list of Prime numbers. (Added: October 29, 2005 by Stephen G. Giannoni)
Rating: ( 1.98/10 | Votes: 81 ) Rate:
   Comments (1)
Download: sgg_Primes.zip ( 0 KB )

P_S_B_E Mario LaRosa
Description: The most secure(open source), encrypt/decrypt program for QBASIC on the net.
Will encrypt/decrypt any type of files, which will remain the same size. (Added: August 14, 2004 by Nemesis)
Rating: ( 2.32/10 | Votes: 98 ) Rate:
   Comments (0)
Download: PSBE.bas ( 0 KB )

Sabio.bas Homepage: www.geocities.com/fernandogastonramirez
Description: This is a program that i made in only 3 Howers! This is an ASCII programm that can answer diferents questions. It's in spanish... I don't know if everybory will like it! SORRY FOR MY ENGLISH, IM FROM ARGENTINA! (Added: March 3, 2006 by Fernando Ramirez )
Rating: ( 2.04/10 | Votes: 87 ) Rate:
   Comments (2)
Download: Sabio.rar ( 0 KB )

Saturn 1 compiler version 0.72 b-man
Description: Version 0.72 is very good.
It has over 22 commands including:
Removedir, arrays, do/loop and other stuff! (Added: August 19, 2004 by b-man)
Rating: ( 1.70/10 | Votes: 92 ) Rate:
   Comments (0)
Download: Saturn_1 072.zip ( 0 KB )

Saturn 1 to MOONROCK compiler version 0.05 B-man
Description: A compiler made with Quick basic. It comes with:
sourcecode, example programs, MOONROCK 0.5, Syntax
It compiles Saturn 1 code (I made it up) into MOONROCK code or Qbasic code! (Added: August 3, 2004 by B-man)
Rating: ( 1.77/10 | Votes: 93 ) Rate:
   Comments (0)
Download: Saturn 1 005.zip ( 0 KB )

Simpson's Method of Integration Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Simpson’s method of integration takes the function’s value at a number of points over the interval of integration, fits parabolas through successive triplets of points, and adds the corresponding calculated areas, etc. Function is statement 800. Program doubles the number of intervals with each cycle, and indicates the number of intervals and the ever increasing accuracy of the estimated integral. (Added: November 23, 2005 by Stephen G. Giannoni)
Rating: ( 2.07/10 | Votes: 80 ) Rate:
   Comments (0)
Download: Simpson.bas ( 0 KB )

Tamigotachi Ray Britton
Description: A simple game that is similar to a Tamigotachi except on a computer and with slighty better graphics. Really easy to use. Contact me at RayBritton@gmail.com. Have Fun.
(Added: August 13, 2005 by Ray Britton)
Rating: ( 2.44/10 | Votes: 87 ) Rate:
   Comments (1)
Download: Tamigotachi.zip ( 0 KB )

TCP/IP networking in QuickBASIC Mike Chambers Homepage: http://rubbermallet.org/qb
Description: This is the first public release of my quickbasic tcp networking routines. It is designed for true DOS mode, and will not work under windows. (Added: June 15, 2006 by Mike Chambers)
Rating: ( 2.15/10 | Votes: 79 ) Rate:
   Comments (1)
Download: QB-TCPIP.zip ( 0 KB )

TEXT DRAW MURRAY PARKINSON Homepage: http://Science.20mbweb.com/electronics
Description: with this program you can draw very odd graphics
in text mode!. (Added: August 31, 2005 by MURRAY PARKINSON)
Rating: ( 2.01/10 | Votes: 83 ) Rate:
   Comments (2)
Download: TDRAW.bas ( 0 KB )

Time Computations from Dates Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Program will calculate the elapsed time in Days, Years, and Hours, between inputted Dates, and also fixes the day of the week for the starting date. Uses the standard calendar, assuming 365.25 days / year, and includes February 29 in Leap years, etc. See how long it's been since Columbus discovered America on 10/12/1492, and what day of the week it was! (Added: October 28, 2005 by Stephen G. Giannoni)
Rating: ( 2.14/10 | Votes: 82 ) Rate:
   Comments (129)
Download: sgg_Timecomp.zip ( 0 KB )

UnderWARE Labs Christmas Card 1999 UnderWARE Labs
Description: A digital Christmas card that UnderWARE Labs made for QB programmers for the 1999 Holiday Season. Similar to an animated "EGreetings" card. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 2.20/10 | Votes: 93 ) Rate:
   Comments (10)
Download: christmas.zip ( 170 KB )

Volume Calculator John
Description: This program calculates the volume of cylinders.
Please download and rate! Thanks and Enjoy! (Added: August 30, 2004 by John)
Rating: ( 2.13/10 | Votes: 96 ) Rate:
   Comments (1)
Download: Volume Calc.zip ( 0 KB )

Wall Temperature Problem Steve Giannoni Homepage: http://www.homestead.com/giannoni/sa18.html
Description: Program plots the initial and estimated temperature profiles, as a one dimensional heat flow problem through a wall. Time intervals between plots are increased by a factor of 1.3 to compensate for the progression toward the steady state temperature profile. (Added: October 31, 2005 by Stephen G. Giannoni)
Rating: ( 1.85/10 | Votes: 81 ) Rate:
   Comments (0)
Download: sgg_Walltemp.zip ( 0 KB )

Westfront PC Dunric
Description: Perhaps the longest and most complicated text adventure ever created, Westfront PC is a game with dozens of quests, hundreds of items and a vast playing area including several CONTINENTS. Full Review. (Added: July 21, 2004 by Pete)
Rating: ( 2.40/10 | Votes: 97 ) Rate:
   Comments (0)
Download: wfpc.zip ( 208 KB )

Yahtzee Mark Campbell
Description: It's yahtzee. Keyboard control, graphic interface. (Added: July 28, 2004 by Mark Campbell)
Rating: ( 1.91/10 | Votes: 94 ) Rate:
   Comments (0)
Download: YAHTZEE.bas ( 0 KB )


Copyright © Pete's QBASIC / QuickBasic Site, 1998-2018.
All rights reserved. Site owned and operated by Pete Berg. Programs and submitted content are property of their creators, and appear on this site by direct or implied permission. Pete's QBasic Site is powered by Coranto. This site was created entirely in Notepad.