01What happened
The story, straight
A developer using the handle @proteanthread on GitHub has released a C port of the classic GW-BASIC games from David Ahl's 'BASIC Computer Games' and 'More BASIC Computer Games,' originally published by Creative Computing in the 1970s and 1980s. The port was generated using Google Anti-Gravity to convert the programs from GW-BASIC to C, but the repository explicitly warns the games 'haven't been tested, validated, debugged, or verified.' The port targets Linux (GCC), Windows (MSVC), and FreeDOS (Open Watcom), with original BASIC source retained in comments for reference.
someone on GitHub used Google Anti-Gravity to mass-convert David Ahl's classic 'BASIC Computer Games' from GW-BASIC to C. the catch: nothing's been tested, debugged, or verified. the repo literally says 'fork it and finish it yourself.' original BASIC code is still in the comments so you can compare the AI conversion against the source material.
02Spread timeline
Where it actually started
03Source receipts
Every claim, linked
04What's solid, what isn't
What's solid and what isn't
- The repository contains C ports generated via Google Anti-Gravity from GW-BASIC source.
- The ports target Linux (GCC), Windows (MSVC), and FreeDOS (Open Watcom).
- The developer explicitly states the ports have not been tested, validated, debugged, or verified.
- Original BASIC source code is preserved as comments in the .c files and as separate .bas files.
- Whether any of the ported games actually compile and run on any of the listed platforms.
- The total number of games successfully ported.
- Whether the open-source community will pick up debugging and validate the ports.
- Whether Google Anti-Gravity is reliable enough for this kind of bulk code conversion.
05Why it matters
The editorial take
David Ahl's 'BASIC Computer Games' is one of the foundational texts of hobbyist programming — the 1978 edition is widely cited as the best-selling computer book of all time. This untested AI-driven port is less a finished product and more a crowdsourcing challenge: a call for the open-source community to debug, validate, and potentially preserve these programs in a modern language. It reflects a growing trend of using AI as a first-draft conversion tool, with human verification left as an exercise.
Ahl's 'BASIC Computer Games' is basically the bible of 1970s hobbyist coding — the 1978 book is supposedly the best-selling computer book ever. this repo is less 'here's a finished thing' and more 'AI did the first pass, now someone else debug it.' it's an interesting stress test of vibe-coded porting: can a language model convert 1970s GW-BASIC into working C? the answer so far is 'lol no, but maybe with help.'
