Chess (John Krause)

From Chessprogramming wiki
Revision as of 13:26, 21 June 2020 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Chess (John Krause)''' FILE:VIC-20-Chess.jpg|border|right|thumb|link=https://www.atarimagazines.com/compute/issue55/chess.php| VIC-20...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Chess (John Krause)

VIC-20 Chess [1]

Chess,
a chess programs by John Krause, written in 6502 machine language with versions for Commodore VIC-20 (with at least 8 KiB expansion), Commodore 64, Atari 8-bit and Apple II, published and described in the Compute! December 1984 issue. The program was printed in Basic syntax with machine code in Data statements, along with leading read and poke loop, to read the data and store it as executable code in memory. The program applies alpha-beta with a depth from two to six plies depending on level 1-5, and a material only evaluation with {1,3,3,5,9} point values.

Publications

References

Up one Level