Page 1 of 1

Altair Chess

PostPosted: November 2nd, 2014, 3:09 pm
by Mark Kipping
Hi everyone,

As far as I can see, at least two chess programs have been written (not in BASIC) for the Altair 8800.

One of these is "Chess Master" by Dynacomp(?)
In 1976 Ronald Nelson developed a chess program for the Altair 8800. This could be the same software, I don't know.

Would there be a way to have one of these chess games available as a "disk" that can be loaded in the Altair Clone?

Re: Altair Chess

PostPosted: November 2nd, 2014, 7:18 pm
by jibanes
+1

Re: Altair Chess

PostPosted: November 3rd, 2014, 6:11 am
by toml_12953
Mark Kipping wrote:Hi everyone,

As far as I can see, at least two chess programs have been written (not in BASIC) for the Altair 8800.

One of these is "Chess Master" by Dynacomp(?)
In 1976 Ronald Nelson developed a chess program for the Altair 8800. This could be the same software, I don't know.

Would there be a way to have one of these chess games available as a "disk" that can be loaded in the Altair Clone?

It should be easy enough to do yourself if you have the object code as a bin file on the PC. You can transfer individual files to/from the Clone.

Tom L

Re: Altair Chess

PostPosted: November 3rd, 2014, 12:47 pm
by Mark Kipping
Thanks, Tom!

I'll try to find object code that I can use for this.
I've found it for a Sol20 computer, but I think that will need many modifications to work on a terminal screen as a display...

And I've found the executable file SARGON.COM, that seems to be running on CP/M 2.2.
I'm not sure if this would run on the Altair.

Re: Altair Chess

PostPosted: November 3rd, 2014, 2:40 pm
by AltairClone
Mark Kipping wrote:And I've found the executable file SARGON.COM, that seems to be running on CP/M 2.2.
I'm not sure if this would run on the Altair.


I've recently looked at the source for the first version of SARGON and unfortunately, it won't run on an 8080 processor as it utilizes many Z-80 specific instructions.

Mike

Re: Altair Chess

PostPosted: December 25th, 2018, 9:34 am
by quincy451
Well is z80 support possible?

Re: Altair Chess

PostPosted: February 27th, 2019, 8:08 pm
by kwiebe
What about Microchess?

http://s3data.computerhistory.org/chess/microchess-for-8080-062302029.pdf

Would that work?

Here is the thread discussing several programs, including Microchess:

http://hiarcs.net/forums/viewtopic.php?t=8751&sid=e2ac3f310e7aa95c9458c27c8a1ac35a

In the thread there is also a download link for an archive of the chess programs.

Re: Altair Chess

PostPosted: March 1st, 2019, 5:34 pm
by Synoptic
hmm
I could put that on my telnet altair. A chess game...

Just need to remember how to compile my menu.com ;P

Re: Altair Chess

PostPosted: January 9th, 2020, 5:23 pm
by GlassTTY
I have a copy of MICROCHESS for the Altair (CP/M) at the following link. This disk image boots to CP?M2.2b and includes the source and build tools. The source consists of the hex dump along with patches described in October 1977 MICROCHESS notes. I can't claim any credit for any of this work apart from compiling the code and creating the disk image for use with my AltairClone. Full details here...

https://glasstty.com/experiencing-the-altair-8800/

Re: Altair Chess

PostPosted: January 15th, 2020, 1:17 pm
by kwiebe
Wow, thanks GlassTTY - gonna give this a try on my clone!