MyChess
MyChess,
David Kittinger's first chess program, developed in 1979 initially for the 8-Bit Z80 CPU written in assembly language to run under CP/M. It had its quite successful debut at the ACM 1979 and the PCW-MCC 1979 some days later, and further played the MCC 1980 and the WCCC 1980 supported by book-author John Urwin, and the ACM 1980 and ACM 1981.
In 1981 Kittinger was hired by Peter Auge, and MyChess was ported to Novag's dedicated chess computers [2], a tiny Fairchild F8 based program for Novag Micro Chess, a smaller 6502 based program for the Super Sensor IV, and the Z80 program for Savant and the Robot Adversary.
Contents
Description
Anatomy
from History and Anatomy of MYCHESS by David Kittinger [3]:
MYCHESS uses an iterative Type A search, with alpha-beta pruning as well as the killer and capture heuristics. It will predict its opponents best move, and start, analyzing replies while the opponent is still thinking. One extra ply is examined before backing up from a best variation if the side to move can have anything captured.
The desirability of a possible position is "scored " on the basis of material strength, using a "swap off" evaluator to resolve situations where something is under attack. If a decision can not be made using this score, then a secondary positional score is generated, which takes into account such features as pawn structure, piece placement, and mobility. When a possible position is found which is better than the current best variation, it is saved in the ply table ; otherwise it is discarded.
Move Generation
MyChess focused on speed and had completely independent move generation for white and black. As mentioned by its author, one of the funny things about MyChess is that it originally had two 16 byte arrays as piece-list, but fixed by the index, so that it could only promote a pawn to a captured piece [4]. Continuation from History and Anatomy of MYCHESS:
Moves are generated serially and only as necessary, to save time. The possible moves from a position are examined in the following order:
- Best variation from previous iteration
- Winning or even captures
- Castle moves
- En passant captures
- Killer moves
- Two best regular moves from ply one
- Losing capture moves (sacrifices)
- Other moves
Pawn promotions are handled by the capture routines or regular pawn move routine, depending on whether the capture is made while promoting. Regular moves are generated piece by piece, starting with the king's rook pawn and ending with the king.
Further Developments
MyChess was further ported to the 6502 and compatible CPUs to run on a Commodore 64 and Commodore 128 and market as MyChess II by Beyond Software[5] , and also to the 16-Bit 8086, released by Software Toolworks in 1984 for the IBM PC and MS-DOS operating system [6], forerunner of Chessmaster 2000. The 6502 version was apparently also the base for Novag's Constellation and Super Constellation.
See also
Publications
- John Urwin (1979). Two New Programs Are Tested. Personal Computing, Vol. 3, No. 12, pp. 71 » Video Chess
- Editor (1980). MyChess goes to college. Personal Computing, Vol. 4, No. 6, pp. 91
- Editor (1980). MyChess Shines. Personal Computing, Vol. 4, No. 11, pp. 85
- Harry Shershow (1981). The MyChess-CSC Confrontation at San Jose. Personal Computing, Vol. 5, No. 1, pp. 79 » MCC 1980
- John F. White (1982). Review-Chess Computers. Your Computer, March 1982
- Dave Kittinger (1984). MyChess - Chess Playing Program. The Software Toolworks, pdf hosted by garlanger.com
Forum Posts
- Best way to run Mychess at the original speed (emulation) by Jonathan P., CCC, May 25, 2007
- Hello all by Dave Kittinger, CCC, April 25, 2012
External Links
- MyChess' ICGA Tournaments
- Download Chess Programs hosted by Ed Schröder
- Classic Computer Chess - ... The programs of yesteryear by Carey, hosted by the Internet Archive [7]
- MYCHESS for DOS (1984) from MobyGames
- Mychess from Home of the Underdogs
- Commodore 64/128 Old Computer Chess Game Collection - Mychess II from The Spacious Mind
- Commodore 64 Emulator - Computer Chess Game Collection - Mychess II from The Spacious Mind
- The Software Toolworks - MyChess by garlanger.com
References
- ↑ Commodore 64/128 Old Computer Chess Game Collection - Mychess II from The Spacious Mind
- ↑ Scisys and Novag : The Early Years from Chess Computer UK by Mike Watters
- ↑ Dave Kittinger (1984). MyChess - Chess Playing Program. The Software Toolworks, pdf hosted by garlanger.com
- ↑ David Kittinger - Interview by Bryan Whitby
- ↑ Commodore 64/128 Old Computer Chess Game Collection - Mychess II from The Spacious Mind
- ↑ MYCHESS for DOS (1984) from MobyGames
- ↑ Re: Old programs CHAOS and USC by Dann Corbit, CCC, July 11, 2015