Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 760 Bytes

File metadata and controls

17 lines (11 loc) · 760 Bytes

BBC Basic Programs

A collection of some of the programs I wrote for the BBC Micro Model B, in the late 80's and early 90's.

Run them in your browser

https://tjrobinson.github.io/BBCBasicPrograms/ — every program in this repository, running on an emulated BBC Micro (jsbeeb) directly in the browser. The site is entirely self-contained: a vendored build of jsbeeb lives in jsbeeb/ and is served by GitHub Pages alongside the programs, so it has no external dependencies.

To run it locally: python3 -m http.server from the repository root, then open http://localhost:8000/.

Tools