Search found 3 matches

by GaMe-BoX
Thu Sep 26, 2002 7:13 pm
Forum: QBasic / QuickBasic related
Topic: Help Needed for Paintball Game
Replies: 3
Views: 2126

Re: Help Needed for Paintball Game

Yo.. i dont have a real solution to the prob since there is probably required some tweaking to it before you can solve it, but when i build maps i use to make a squaregrid, and have an array for example map1(20,20) to represent the map, like map1(x,y) and then its easy to find and move around with a ...
by GaMe-BoX
Sat Jul 13, 2002 7:01 am
Forum: QBasic / QuickBasic related
Topic: Who uses QBasic ?
Replies: 5
Views: 2732

Re: Who uses QBasic ?

I think you answered the question pretty good... Its a good Hobby/beginner programming language...  Its easy to get your hands on, you can do pretty cool stuff with it if you're good, and its pretty simple...  All the other languages like C++ are very expensive and so on...  i think ...
by GaMe-BoX
Sat Jul 13, 2002 6:57 am
Forum: QBasic / QuickBasic related
Topic: MIDI in qbasic...
Replies: 1
Views: 2888

MIDI in qbasic...

Does anybody have a good midi player code for qbasic...

A general question about midi in qbasic... will it require qbasics attention in form of playing from a loop or will it just start the midi and then the midi will do itself while qbasic is doing the game loop for example... ??