Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: TheManuel on August 10, 2008, 10:43:54 am

Title: Nibbles and Gorilla
Post by: TheManuel on August 10, 2008, 10:43:54 am
If you recognize those names, you are probably as old as I.

Back when I was in college (seems like a long time ago), I used to play two quickbasic games named nibbles and gorilla.  These are still available all over the web in their original quickbasic form but those can't be played as is on modern computers.

Does anyone know of any faithful versions playable on modern systems?

Thanks.
Title: Re: Nibbles and Gorilla
Post by: jban4us on August 10, 2008, 07:52:10 pm
dosBox + the qbasic programs, I have gorillaz. I actually played it the other day.

just download dosBox (a dos emulator), run it, mount your drive, and run the programs

works great, and I'm on a mac, so that's saying a lot ;)
Title: Re: Nibbles and Gorilla
Post by: TheManuel on August 10, 2008, 08:28:07 pm
Thank you.
Do you use a qbasic compiler or pre-compiled version?
I downloaded a nibbles.exe and get a division by zero error.
Title: Re: Nibbles and Gorilla
Post by: TheManuel on August 10, 2008, 08:39:20 pm
I found source file for nibbles that had the error corrected, compiled into an exe and ran it and it works but it is very unresponsive to keyboard commands.
Maybe I'll try to find a remake of sorts.
Title: Re: Nibbles and Gorilla
Post by: jban4us on August 10, 2008, 11:42:57 pm
I don't have nibbles, but for gorillas i'm using the "deluxe edition"

It comes with the .bas source file, a .bat to run it, and qbasic.exe. Looking at the batch file it appears to be running the qbasic interpreter and handing it the source.

Maybe there is a version that is just source?
Title: Re: Nibbles and Gorilla
Post by: TheManuel on August 11, 2008, 08:33:07 am
OK.
I'll keep toying with it.

Thanks for your help.
Title: Re: Nibbles and Gorilla
Post by: jban4us on August 11, 2008, 11:18:54 pm
No problem. If you have any luck make sure to post up how you did it. I plan on putting some dos games on my cab (when it's done) and I'm sure I'll run into this.