A collection of some of the programs I wrote for the BBC Micro Model B, in the late 80's and early 90's.
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/.