I ran across a treasure trove of 1987 code while in search of an ancient interactive fiction text adventure called “world”. I found world but with many other games and applications of the era.
To say the least it does not compile out of the box owing to changes in gcc over time, many arguments it uses are not recognized by gcc though most of the C code itself compiles when you get the arguments right, which given the code is 31 years old, is surprising.
Anyway, wondered if anyone else wanted to help port this to a modern environment? I am working on it on mxlinux. If so I will create a group and add us all to it. If someone is familiar with git, maybe we can setup a git repository.