Skip to content

dharrington/qbasic-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QBasic Web

Live Demo: https://dharrington.github.io/qbasic-web-build/

This is a web-based QBasic implementation. The goal create a web-based QBasic (4.5) editor and interpreter.

Status: Many things work, many things don't.

Project Overview

qb/ - The QBasic parser and VM. Headless, does not use the DOM.

qbserver/ - Serves the QBasic UI which runs in the browser.

Disclaimers

This is not an official Google product.