Difference between revisions of "Freeway Crossing"
(Recent development.) |
(→External links: Add "Screen Addressing in FREEWAY (1970) for the IMLAC PDS-1") |
||
Line 13: | Line 13: | ||
* [https://github.com/larsbrinkhoff/imlac-software/blob/master/washington/freeway.pdf Assembly listing] | * [https://github.com/larsbrinkhoff/imlac-software/blob/master/washington/freeway.pdf Assembly listing] | ||
* [https://github.com/larsbrinkhoff/imlac-software/blob/master/washington/freeway.lst Scanned listing transcribed into text] | * [https://github.com/larsbrinkhoff/imlac-software/blob/master/washington/freeway.lst Scanned listing transcribed into text] | ||
+ | * [https://github.com/larsbrinkhoff/imlac-software/blob/master/washington/Screen%20Addressing%20in%20FREEWAY%20(1971)%20for%20the%20IMLAC%20PDS-1.pdf Screen Addressing in FREEWAY (1970) for the IMLAC PDS-1] | ||
* [https://www.youtube.com/watch?v=fj6-XjxbYOs The game running on an emulator] | * [https://www.youtube.com/watch?v=fj6-XjxbYOs The game running on an emulator] | ||
* [https://mastodon.sdf.org/@icm/114746096081388111 The game running on a real IMLAC PDS-1] | * [https://mastodon.sdf.org/@icm/114746096081388111 The game running on a real IMLAC PDS-1] | ||
* [https://dl.acm.org/doi/pdf/10.1145/873641.873648 Paper by Earl Hunt describing the UofW CS facilities], including the Sigma 5 used to assemble the game, and the newly installed IMLAC PDS-1. | * [https://dl.acm.org/doi/pdf/10.1145/873641.873648 Paper by Earl Hunt describing the UofW CS facilities], including the Sigma 5 used to assemble the game, and the newly installed IMLAC PDS-1. |
Revision as of 08:03, 27 June 2025
Around 1971, student programmer Michael Irrgang wrote a game called Freeway Crossing. He made it for Dr Earl Hunt for use in a psychological study at University of Washington involving reaction times. The game runs on an early version of the IMLAC PDS-1 - the so-called "Alpha machine". The code was assembled using punched cards on an XDS Sigma 5 at the Computer Science department. Irrgang retained a copy of the assembly listing, which was later scanned and transcribed.
The object of the game is to run a car vertically up the display without being hit by any of the six cars running horizontally. This game was probably the first in the genre typically exemplified by the Frogger arcade game.
In 2025, the game was updated with conditionals for also running on a regular "Graphics machine" and tested on a real IMLAC PDS-1.
External links
- Assembly listing
- Scanned listing transcribed into text
- Screen Addressing in FREEWAY (1970) for the IMLAC PDS-1
- The game running on an emulator
- The game running on a real IMLAC PDS-1
- Paper by Earl Hunt describing the UofW CS facilities, including the Sigma 5 used to assemble the game, and the newly installed IMLAC PDS-1.