I’ve recently spent some time developing a local-first web-based retro OS system meant for relaying some services I needed across the network when I discovered I can make a hell of a lot more with it. And this lead to Continuum RX which I am currently hosting here:
But can also be downloaded and ran locally. If you want to take advantage of Chrome’s built-in LLM model, run the above link in Chrome and access ARIA. This will have Chrome download a 1.5gb nano LLM model to your machine and use that machine to answer queries.
However, during this exploration, I also designed QBNext. This is an application you can install there on Continuum RX which takes QBasic 4.5 code and compiles (yes, “compiles”) to web. html/js.
So, circling back to the title, you can use Continuum RX to compile gorilla.bas to a self-contained .html file that just runs.
Path to try it:
- access the https://continuum.tape-drive.xyz link, click start then click on the “Start temporary session”
- hover the system tab on the bottom right, access catalog;
- on applications click on QBNext and install;
- on desktop, go to applications, expand the panel, click QBNext;
- in the examples dropdown, click Gorilla
- compile, run.
- on the bottom right: save standalone
- again go to bottom system tab and find file manager
- in there you will find the file you just saved, right click then download.
Run that html file and you have a working gorilla game.
If you have some interesting qbasic programs, I’d love to try them over.