Run/Compile OLD basic games?

Using, learning, programming and modding the Gigatron and anything related.
Forum rules
Be nice. No drama.
Post Reply
petersieg
Posts: 110
Joined: 28 Jun 2023, 09:06

Run/Compile OLD basic games?

Post by petersieg »

Has someone looked into running/converting/compiling the vast old basic games from the 70/80?

The one for ex. found here: https://github.com/jonatasdemello/gwbasic in bas
The one from "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY" or similiar. See attached examples in b.zip

I nice interpreter in C is here: http://www.moria.de/~michael/bas/
(But too big for Gigatron)

here is a web page with a JS basic interpreter: https://troypress.com/wp-content/upload ... index.html

I tried bagels.bas with gtbasic - but failed. Lot of missing function like TAB(), INT(), SQR().
Some old basic programs have .5 as floating point value instead of 0.5
Some habe PRINT" instead of PRINT "
and so on..

best, Peter
lb3361
Posts: 367
Joined: 17 Feb 2021, 23:07

Re: Run/Compile OLD basic games?

Post by lb3361 »

Lots of games there. Alas there are so many variations of Basic. In addition, most expect a 40x25 character screen. Porting these games could be a lot of work. See however wbusby's work, https://github.com/kervinck/gigatron-ro ... ib/wbushby
Post Reply