Older Version
Newer Version
GerdIsenberg
May 16, 2017
[[toc]] **[[Home]] * [[Engines]] * BootChess** **BootChess**, one of the smallests computer implementations of a none FIDE compliant chess variant written by [[Olivier Poudade]] in [[x86]] [[Assembly]], released in January 2015. Its size of 487 (468) <ref>468 bytes without rank/file indicators of the board display</ref> bytes fits into a 512 byte [[http://en.wikipedia.org/wiki/Boot_sector|boot sector]] for [[Windows]], [[Linux]], [[Mac OS|OS X]], [[MS-DOS|DOS]] and [[Unix|BSD]] <ref>[[http://www.pouet.net/prod.php?which=64962|BootChess by Red Sector Inc. :: pouët.net]]</ref>. [[Castling]], [[Promotions#MinorPromotion|minor promotions]] and [[En passant|en passant]] are not implemented. BootChess otherwise performs a so called "TaxiMax" heuristic, maximizing [[Captures|captures]] and trying to minimize the [[Manhattan-Distance|Manhattan distance]] to the opponent's king rank. This kind of half-ply search cannot prevent moving it's own [[King|king]] in [[Check|check]], opposed to the old [[1K ZX Chess]] by [[David Horne]] and the recent [[Toledo|Toledo Atomchess]] by [[Óscar Toledo Gutiérrez]], who took the BootChess challenge with 481 bytes and a 3-ply search <ref>[[http://www.talkchess.com/forum/viewtopic.php?t=55125&start=9|Re: BootChess (minimal chess engine)]] by [[Óscar Toledo Gutiérrez]], [[CCC]], January 31, 2015</ref>.. =See also= * [[1K ZX Chess]] * [[ChessLin]] * [[Toledo|Toledo Atomchess]] =Forum Posts= * [[http://www.talkchess.com/forum/viewtopic.php?t=55125|BootChess (minimal chess engine)]] by [[Fabien Letouzey]], [[CCC]], January 28, 2015 > [[http://www.talkchess.com/forum/viewtopic.php?t=55149|Smallest engine in the world...]] by [[Marco Costalba]], [[CCC]], January 29, 2015 =External Links= * [[http://www.pouet.net/prod.php?which=64962|BootChess by Red Sector Inc. :: pouët.net]] * [[http://olivier.poudade.free.fr/src/BootChess.asm|BootChess Listing]] * [[http://www.bbc.com/news/technology-31028787|Coder creates smallest chess game for computer]] by [[http://journalisted.com/leo-kelion|Leo Kelion]], [[https://en.wikipedia.org/wiki/BBC_News|BBC News]], January 28, 2015 * [[http://www.fastcodesign.com/3041601/hyper-minimal-graphics-create-the-smallest-chess-game-in-history|Hyper Minimal Graphics Create The Smallest Chess Game In History]] by [[http://www.fastcodesign.com/user/mark-wilson|Mark Wilson]], [[http://www.fastcodesign.com/|Co.Design | business + design]], January 29, 2015 * [[http://www.theregister.co.uk/2015/01/29/zx81_record_falls_as_dev_claims_smallest_chess_code_crown/|ZX81 BEATEN at last as dev claims smallest Chess code crown]] by [[http://www.theregister.co.uk/Author/2488|Simon Sharwood]], [[http://en.wikipedia.org/wiki/The_Register|The Register]], January 29, 2015 * [[https://nakedsecurity.sophos.com/2015/01/30/does-size-matter-it-does-if-youre-french/?utm_source=Naked%2520Security%2520-%2520Feed&utm_medium=feed&utm_content=rss2&utm_campaign=Feed|Does size matter? It does if you’re French, and a chess-loving hacker!]] by [[https://nakedsecurity.sophos.com/author/pducklin/|Paul Ducklin]], [[https://en.wikipedia.org/wiki/Sophos|Naked Security]], January 30, 2015 * [[http://en.chessbase.com/post/the-world-s-smallest-chess-engines|The world's smallest chess engines]] by [[Albert Silver]], [[ChessBase|ChessBase News]], September 23, 2015 » [[1K ZX Chess]], [[BootChess]], [[Toledo|Toledo Nanochess]], [[Micro-Max]] =References= <references /> =What links here?= [[include page="BootChess" component="backlinks" limit="20"]] **[[Engines|Up one Level]]**