04 July, 2024

Prehistory VII: Sports, Sports, Sports (And a New, "Basic" Programming Language)

This is the seventh in a series of mini-articles on the early history of video games. The game featured here will not receive a review score, and thus will not appear on the Tier List.


I was uncertain at first of the relevance / significance of these two games at first. However, upon looking into them more deeply, I've discovered that they, along with their author, are actually of incredible significance to the development of gaming, especially in the realm of early PC gaming. So, let's see why.


The PDP-10 Timesharing World Series (1965)

Release Date: January 13th, 1965

Platform: PDP-10

Genre: Sports Simulation

Developer(s): John G. Kemeny (later revised by Keith Bellairs)

Publisher(s): DECUS


First off: yes, that name is indeed a mouthful. For the length of this post (and for the sake of brevity), I'll be referring to it as PDP World Series. Both of these games have the same author, so I'll briefly discuss him here also.

Both games are authored by John G. Kemeny, a Hungarian-American scientist (fun fact: he worked for Albert Einstein at one time.) Quite a brilliant man who contributed massively in the area of computer science, among other things. His accomplishment most relevant to our discussion today, and to gaming as a whole, is the invention of (alongside Thomas Kurtz) the "Beginners' All-Purpose Symbolic Instruction Code," or, as you may know it: BASIC, the programming language that would become the lingua franca for most first and second generation home computers. Most computer games we'll see on the blog over the 70s and 80s would have been written in BASIC. A form of it - Visual Basic - is even still in use today.

Naturally, Kemeny (and others) had to show what his new language could do, so writing some programs was in order. For some reason sports were on the brain of the early BASIC programmers, Kemeny included, and thus many of the first BASIC programs were sports simulations. The first of these, written by Kemeny himself, was PDP World Series, a baseball simulation game (later revised by Keith Bellairs, and then again by Kemeny). Fortunately for us, the source code has recently been discovered and graciously converted to run on DOS by a fellow by the name of "Benedict" over at MyAbandonWare.com, meaning it's fully playable today!

*Insert funny baseball music here*

Well, when I say "playable," it's honestly not really a game at all. It's not a simulation game in the sense we think of simulation games that attempt to fully simulate a sport in every facet. This is just a text-based simulation of a game of baseball (Dodgers vs. Yankees) based on RNG. The match automatically plays with the only input from the player being to select a number as a seed at the beginning. You then simply watch how the game unfolds. For this first game I chose the number 123. Dodgers are on the left column, Yankees on the right.

Mmm, bit of a dull one so far...

I will give a word of warning here - you will need to fiddle with the DOSBox settings, otherwise the game will fly by without you being able to read anything being printed on screen beside the final result. You'll need to change the "cycles=fixed" setting in the DOSBox config to 250 or lower to get the game to run at a legible speed.

The Yankees secure a come-from-behind victory!
The game runs a 9-inning game, and declares the final score. 123 was a lower scoring but tight affair. I tried another game with 234, and that resulted in a 10-3 win for the Dodgers. It's mildly amusing as one of the text files that comes with the download has a line stating "For an exciting game, type in 234." Your wish is my command.

In reality, while it's significant for being one of - if not the first - BASIC program, it's not really a game. And I still prefer cricket.


Digital (Dartmouth) Championship Football [FTBALL] (1965)

Release Date: Late 1965

Platform: GE-325, PDP-10

Genre: Sports Simulation

Developer(s): John G. Kemeny

Publisher(s): DECUS


Now we've got our American bases covered! (I could go on a small rant about our superior Aussie football codes, but for the readers' sake I will refrain.) Kemeny wrote an American football game in the latter half of 1965 to complement the baseball game from January. Upon initial inspection, and according to MobyGames, the main version of the game available now is a port to the Wang 2200 system from 1974. I can certainly say that it's not the original program, as it has had some additions. This one is where we get the name Digital Championship Football from, it seems, as Kemeny's program was assigned the title FTBALL. It also features some additional ASCII graphics and animation that most definitely would not have been in the original.

Fortunately, there is another version of the game floating around on the Internet Archive that certainly seems more akin to the original. This one was included in David Ahl's 101 BASIC Computer Games book in 1978, and is credited to John Kemeny, suggesting that it is the original (though this particular 1978 reproduction is credited to Raymond Miseyka of Butler, Pennsylvania.) It titles the game FTBALL also. This version is playable on the Archive, which is fantastic, as I originally thought this game lost when doing up my master list. Always a pleasant surprise to find such things. 

[Ed. I'm going through all these old posts and adding videos to them. The video for FTBALL is played through Vintage BASIC, whereas all the screenshots are from the Internet Archive version. There are no gameplay differences, they just look different.]

[Ed. ed. I incorrectly attributed this game to Miseyka. It is, in fact, Kemeny's original. I cover this mistake in an addendum article, in which I also score Dartmouth Championship Football, as I'm now calling it.]

I'm confident I know what I want, but thanks anyway.

Upon loading the game, it gives you an option to play either a "modern" or "classic" version of the game. Obviously I'm interested in playing the original in this instance, so classic will do nicely for me. Maybe when I come back around to this when I cover 1978 I'll have a look at the modern version.

After selecting classic, it jumps straight into the game in all its text-based glory. Curiously, the game calls itself Dartmouth Championship Football. Perhaps that's the real title for the original? Dartmouth College is where Kemeny and Kurtz invented BASIC, and Kemeny would go on to become president of the college. More evidence suggesting this is the original 1965 game.

Anyway, the game gives you the instructions, explaining to you that you are the quarterback for Dartmouth, and asks you to name the opposing team. I opt to face off against the 49ers.

I watched a superbowl once, so I know a football team.

Right, let's see how this goes...

Ah... that's not a good start.

The 49ers immediately score a touchdown. Great. Now it comes to my turn. I'm glad to say that this is actually a game, with actual player agency, which was completely absent in PDP World Series. Although, the results of each action are determined at random, so your choices don't really affect the outcomes.

I tried many different plays, but failed to score a touchdown or a single point. The 49ers manage to immediately score another touchdown. Clearly my team is utterly incompetent.

Strange deja vu...

Time to go around again.

Time to look for a new coach, methinks.

We end up being penalised offside, effectively ending the match with us going down 0 - 14. Quite a disappointing start. Credit to the boys, they fought hard, but the 49ers were the better team on the day. And whatever other cliché stuff that needs to be said. Aussie Rules is still better.

I must admit, I found myself actually enjoying that a little. Even though it gives the illusion of player influence, with events being determined at random, it's still mildly enjoyable seeing how things play out. While I'm tempted to break my rules and give this a score, since it is technically the original and an actual game, I don't think the games of this era are substantial enough for me to start throwing scores out just yet. This would get N/As in most of my categories.

These two games really mark the beginning of the computer gaming scene proper, as far as I'm concerned. More folks from Dartmouth produced other sports-themed games in the late 60s (including a bingo game), and BASIC would spread like wildfire after that.

No comments:

Post a Comment