1
0
mirror of https://github.com/mbirth/gwbasic.git synced 2024-09-19 16:53:26 +01:00
gwbasic/README.md

20 lines
662 B
Markdown
Raw Permalink Normal View History

2020-05-28 23:53:15 +01:00
GW-BASIC historical files
=========================
This is a collection of my old GW-BASIC scripts from around 1991-1996. My dad
had bought our first PC, a 386DX-40 which came with MS-DOS ... and GW-BASIC.
The oldest file I could dig out was dated 1992. I was 11 years at that time.
How to use
----------
[Microsoft just open-sourced GW-BASIC](https://github.com/microsoft/GW-BASIC).
However, if you're not into compiling that, the [gwbasic.exe can be downloaded on archive.org](https://archive.org/details/gwbasic.exe).
This should run fine in DOSBox.
Also, there's [PC-BASIC](https://github.com/robhagemans/pcbasic) which runs
wherever Python can run.