Are they also covered by these? Anyone remember a flight simulator with wireframe graphics available Unices?
Unsure about the games. Here’s an early lunar lander:
https://www.cs.brandeis.edu/~storer/LunarLander/LunarLander....
Another Lunar version:
https://undefinedvalue.com/lunar-for-c-and-rust.html
System/36 guide:
https://archive.org/details/bitsavers_ibmsystem3rogrammingWi...
Possible source for games in David H. Ahl in his book 101 BASIC Computer Games.
Btw the game hunt with destructable regrowing mazes is still being distributed in the bsd-games package today.
Empire has the concept of a "Bureaucratic Time Unit" which recovered to its maximum in real time every update, and was based on how many civilians (as opposed to military) you had in your capital city. I always thought that was a pretty cool idea - every operation took X BTU's, so you couldn't log on at 3am and utterly nuke another country before they woke up. 3am was still the popular time to start nuking another country, of course :)
I still remember waking up (I splurged on a 1200-baud modem rather than the standard 300-baud one) in the morning, logging in on my Atari ST before I went to college, and seeing "You have 2000 telegrams...". Oh crap. You got telegrams for lots of reasons, but one of those reasons was an attack. It was all part of the "All the news that's fit to print!" messaging system. Just like 'Diplomacy', half the game was in the interaction between people, alliances and betrayals, not just getting stat X to 100% ... [1]: http://www.wolfpackempire.com
PS: I am the author of the article, and although I reached the university when the modems were being phased out (1994 or so), we played a lot to it while we were in the computer labs, instead of studying.
An AI could maintain the state of a world in its "mind", take text commands from a bunch of players, and update the state the next day.
The game is playable through the web, with the original curses interface, you can login with your nation and play, but I want the experiment to be more "curated" by providing a proper login system, to avoid any kind of attack, although the process running conquer is in an isolated docker container. Also I want to provide the help system in the web, so people can learn to play without having to login into conquer first.
I will make it free, or anyone will be able to host their own instance. If you want to tinker, what I have it is already in https://github.com/vejeta/conquer-web
I uploaded a very old Star Trek Game I think from 1973. I got it from the Coherent OS people. You can get it by issuing these commands:
curl 'gopher://sdf.org/0/users/jmccue/repository/trek-73.tar.gz' -o trek-73.tar.gz
curl 'gopher://sdf.org/0/users/jmccue/repository/trek-73.tar.gz.asc' -o trek-73.tar.gz.asc
and my gpg key in case you want to validate the download:
curl 'gopher://sdf.org/0/users/jmccue/jmcsdf.asc' -o jmcsdf.asc
Angband is a roguelike that had many variants over the years, and Nick combined all of these variants into one big git repository where each variant is a branch.
Thanks for the link!
ESR has a Python 3 port of Super Star Trek which has been enhanced a lot:
https://gitlab.com/esr/super-star-trek
another one from SDF:
So I'm sure you can imagine my excitement when I stumbled across an archive containing XENIX ports of a bunch of Unix games, including vtrek. (Thank you, Vince!) I'm not even sure how I managed to find that. Nowadays, Google only returns two search results for vtrek, the XENIX game port archive and a munged version of the original release to net.sources.games, and that's only if you know to include the "duncel" insult the game uses in the search terms. Google Groups searches of net.sources.games will lead you to a series of posts from the fall of 1985, but how would anyone other than an old fuddy duddy like me even know to look there? (Also, Google Groups doesn't have the original Usenet posts, so formatting is all screwed up. It's a vexing problem for the modern programmer archeologist.) Now imagine, if you will, an eager and not inexperienced nerd trying to compile a System V-era game on Linux and FreeBSD circa 2005. This Star Trek quote seems appropriate:
PAIN!
I mean, even the Real Hackers back in 1985 had problems getting it to compile, so I don't know why I thought my experience would be anything other than worse. The termios code in glibc just didn't work. At all. Neither did the sgtty code, which had been broken since at least 4.4BSD. After a good long while beating my head against vtrek, even going so far as to trying to build it on OpenStep 4.2 (from 1997) and FreeBSD 2.0 (from 1994), I gave up. Maybe it's time to give it another go for nostalgia's sake.
The 1985 release per Google Groups:
https://groups.google.com/g/net.sources.games/search?q=vtrek
For an example of how Google Groups screws up posts, here's a patch to vtrek:
https://usenet.trashworldnews.com/?thread=241631
And here's Google's version:
https://groups.google.com/g/net.sources.games/c/Rx_u0q5V5iE/...
The XENIX port (thanks again, Vince!):
https://svn.so-much-stuff.com/svn/trunk/cvs/trunk/games.d/vt...
Hints at how I might get vtrek to work:
https://comp.unix.programmer.narkive.com/KP4z3Ge2/problem-wi...
God bless Thomas Dickey, who's been maintaining vttest this whole time!
I started this journey in 2006, doing the same as you, crawling old usenet archives in the newsgroups interface taht groups.google.com provided. Finding the code was troublesome, because I lost track of it, when moving from floppy disks, to different storage systems, until it has finally been preserved on github.
I find it fascinating that your father had a VT220, did he have it at home or in his office. I thought that kind of terminals were more like a thing of labs.
We also has a Wyse 50 terminal. It's how we used the IMS 5000SX, which had both a 10-MB hard disk drive (I think it was called a Winchester) and a 5.25" floppy disk drive. I have a huge stash of 5.25-inch floppy diskettes from back then, including copies of TurboDOS (for the 5000SX) and Apple II games and little BASIC programs us kids wrote, but I've all but given up on recovering anything. The IMS 5000SX and the Wyse 50 terminal are long dead and buried. I've made some half-hearted attempts to boot TurboDOS up under simh, but it isn't the same. If they aren't all corrupt, I suspect my Apple diskettes have a virus of some kind on them, too.
Around 1991-1992, I helped a dentist install an electronic medical record system using a multi-user DOS variant called PC-MOS. We connected Link MC5 terminals via serial to a 386 running SoftDent, if I'm remembering it correctly. I got one of MC5s when that system was decommissioned. Unfortunately, I lost it in a house fire. Then, a few years later, I got another of the MC5s when the dentist was doing some housecleaning. I still have that one, and I'd use it more often if there wasn't something wonky with its serial interface's flow control that causes corrupted I/O.