Live data from Hacker News

Micro-Max, a 133-line Chess Source

home.hccnet.nl

1–10 of 25 posts

Re: Micro-Max, a 133-line Chess Source

#4
An interesting long running (2009-2021) discussion between H.G. Muller, author of Micro-Nax, and Oscar Toledo Gutiérrez, author of competing minimal chess program (and IOCCC winner [1]) nanochess, may be found on the chess programming forum [2].

[1] https://en.wikipedia.org/wiki/International_Obfuscated_C_Cod...

[2] http://talkchess.com/forum3/viewtopic.php?f=7&t=26622

Re: Micro-Max, a 133-line Chess Source

#8

I didn't think this was much, just some kind of chess rules engine, but this program also implements an AI opponent to play against. That's insanely impressive!

Not just “an” AI opponent, either, but a fairly sophisticated one.

https://www.chessprogramming.org/Alpha-Beta

https://www.chessprogramming.org/Quiescence_Search

Re: Micro-Max, a 133-line Chess Source

#10
post #7

This is nice, I just compiled it, but how do I play it? I can't seem to find any instructions on the website...

From https://home.hccnet.nl/h.g.muller/download.html:

> To play you must enter moves in algebraic notation, and to make the computer do a move you should press an extra enter. You can alternate sides whenever you want, the program accepts or plays moves for the side whose turn it is to move. After having done a move, be it yours or his own, micro-Max prints a board with the new position. To quit type control-c.

Post reply on HN