1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-09-19 20:14:58 +00:00
BASIC for the web https://qbjs.github.io/
Find a file
boxgaming 59aafbca29
Merge pull request #15 from WFBarnes/main
In function Val, finished support for base-8 ("&O"), base-2 ("&B") numbers.
2022-04-25 06:22:08 -05:00
codemirror Added support for base-8 numbers: created Oct$, enabled Val("&O"...) 2022-04-24 22:41:21 -04:00
export Added resourses needed for standalone export 2022-04-18 10:36:17 -05:00
gx initial touch event support and fix for mouse position when scaled 2022-04-18 11:28:34 -05:00
img initial revision 2022-02-16 11:40:03 -06:00
samples sample apps for testing 2022-04-15 14:47:03 -05:00
tools Added support for base-2 numbers: enabled Val("&B"...) 2022-04-24 22:47:38 -04:00
util switched compression method to jzip to support unicode characters in share link 2022-04-18 11:29:25 -05:00
.gitignore IDE updates 2022-02-18 08:09:43 -06:00
favicon.ico updated favicon with initial qbjs-specific icon 2022-04-18 10:34:57 -05:00
index.html added support for search and export 2022-04-18 11:25:08 -05:00
LICENSE Initial commit 2022-02-14 09:09:59 -06:00
logo.png Added resourses needed for standalone export 2022-04-18 10:36:17 -05:00
lp-dosvga.ttf initial revision 2022-02-16 11:40:03 -06:00
play.png v0.3.0-beta updates 2022-03-30 17:37:36 -05:00
qb.js Added support for base-2 numbers: enabled Val("&B"...) 2022-04-24 22:47:38 -04:00
qb2js.js Added support for base-8 numbers: created Oct$, enabled Val("&O"...) 2022-04-24 22:41:21 -04:00
README.md Fleshed out README a little 2022-04-01 17:29:25 +03:00

About QBJS

QBJS is an implementation of the Basic programming language for the web, with multimedia support and easy sharing of programs. It aims to be compatible with QB64, which in turn implements the same dialect as the classic QBasic.

The project is in active development as of 30 March 2022. It can be tried online on itch.io; documentation and releases are hosted on GitHub.

Support for browser APIs is built-in as of version 0.3.0-beta; a game engine is included separately.