Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!styx!ptsfa!ihnp4!inuxc!pur-ee!davy From: davy@pur-ee (Dave Curry) Newsgroups: comp.unix.questions,rec.games.chess Subject: Re: The Game of Chess - Summary Message-ID: <6091@pur-ee> Date: Mon, 27-Apr-87 22:06:51 EDT Article-I.D.: pur-ee.6091 Posted: Mon Apr 27 22:06:51 1987 Date-Received: Thu, 30-Apr-87 04:15:13 EDT References: <183@tness1.UUCP> <1748@lsuc.UUCP> Sender: news@pur-ee Reply-To: davy@ee.ecn.purdue.edu.UUCP (Dave Curry) Organization: Purdue University Engineering Computer Network Lines: 18 Xref: mnetor comp.unix.questions:2068 rec.games.chess:162 The PDP-11 chess has been ported to Sun workstations... looking at the source is amusing. Some poor slob actually sat down and translated the assembly language (the PDP-11 assembly language is in comments alongside the 68000 code). Yuck. What a fun way to spend a weekend. Chess is also the reason for the existence of the infamous "v6run" and "v7run" programs from older Berkeley UNIXes... somewhere in there is a statement to the effect of "this is not guaranteed to run anything, it was written so we could run chess". (You should have seen how much garbage we used to run under "v7run" here -- a basic interpreter, restor, zork...). I managed to make the V6 source assemble and run under V7 (mostly you have to change seeks to lseeks and so on), but being a miserable chess player, I didn't feel like spending the time to port it to a Vax. --Dave Curry