Hello emulation & simulation fans of old chess programs,
get ready to take another trip back in time!
I've dusted off a true classic from the digital archives and given it a new home on modern hardware. I'd like to introduce you to Chess 0.5, a faithful UCI port of the legendary 1978 Pascal program by Larry Atkin and Peter W. Frey which is more or less a close relative to the legend Chess 4.6
The History: A Trip Back to 1978
Picture the scene: disco is on the radio, bell-bottoms are in fashion, and the world's strongest chess programs are running on colossal mainframe computers the size of a small car. In this era, Larry Atkin was a giant, co-author of the dominant Northwestern University "Chess" series. At the time, the mighty Chess 4.6 was battling for computer chess supremacy.
So, what was Chess 0.5? Think of it as Chess 4.6's brilliant little brother. Written in a dialect of Pascal for the powerful CDC 6600 mainframe, it wasn't designed to be the world champion. Instead, it was a didactic masterpiece published in Byte Magazine. Its purpose was to teach the core principles of computer chess and likely served as a clean, elegant testbed for analyzing ideas that would power its bigger, more complex siblings. It was a "brute-force" engine in the purest sense, with a beautifully simple evaluation function and a raw, non-recursive alpha-beta search.
The Rebirth: From Pascal to Python
We've performed a bit of digital archaeology to resurrect this piece of history. The original Pascal code, with all its quirks and GOTO statements, has been painstakingly ported into a modern Python UCI engine.
Here’s what makes our version tick:
Key Features: Your Own Personal Chess Time Machine!
This isn't just a port; it's an interactive museum piece. We’ve exposed the original's core logic through UCI parameters, giving you full control over its brain.
What to Expect:
Don't expect it to challenge Stockfish. Do expect it to play a fascinating, sometimes head-scratchingly weird, but historically authentic game of chess. It’s a window into the very soul of computer chess's pioneering days.
Enjoy this trip back in time, and may your pawns march ever forward (preferably towards the center)
Sources:
https://www.chessprogramming.org/Chess_0.5
Picochess UCI engine Port:
just put the python script into the engines/script_engiines folder and the executable bash script together with its uci file into the aarch64/script folder.
favorites.ini/engines.ini entry:
[script/chess05]
name = Chess 0.5 by Peter Frey und Larry Atkin (1978)
small = chess05
medium = chess05
large = Chess 0.5
web = Chess 0.5 1978 (Frey, Atkin)
elo = 1200
ponder/brain = n
Enjoy
Dirk