Difference between revisions of "ChessLin"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * ChessLin''' '''ChessLin''',<br/> likely the smallest computer implementation of a none FIDE compliant chess variant by Baudsurfer/Re...")
 
 
Line 2: Line 2:
  
 
'''ChessLin''',<br/>
 
'''ChessLin''',<br/>
likely the smallest computer implementation of a none [[FIDE]] compliant chess variant by Baudsurfer/Red Sector Inc. aka [[Olivier Poudade]], written in [[x86]] [[Assembly]] as sizecoding exercise,  
+
likely the smallest computer implementation of a none [[FIDE]] compliant chess variant by Baudsurfer/[https://en.wikipedia.org/wiki/Tristar_and_Red_Sector_Incorporated Red Sector Inc.] aka [[Olivier Poudade]], written in [[x86]] [[Assembly]] as sizecoding exercise,  
 
consisting of only 256 bytes <ref>[http://www.pouet.net/prod.php?which=67226 Chesslin by Red Sector Inc :: pouët.net]</ref>.  
 
consisting of only 256 bytes <ref>[http://www.pouet.net/prod.php?which=67226 Chesslin by Red Sector Inc :: pouët.net]</ref>.  
 
[[Pawn Push#DoublePush|Double pawn push]] and therefor [[En passant|en passant]], [[Promotions|promotions]] and [[Castling|castling]] are not implemented.  
 
[[Pawn Push#DoublePush|Double pawn push]] and therefor [[En passant|en passant]], [[Promotions|promotions]] and [[Castling|castling]] are not implemented.  
Line 8: Line 8:
 
ChessLin also only works on [[Microsoft]] [[Windows]] [https://en.wikipedia.org/wiki/Windows_XP#Service_Pack_3 XP SP3].  
 
ChessLin also only works on [[Microsoft]] [[Windows]] [https://en.wikipedia.org/wiki/Windows_XP#Service_Pack_3 XP SP3].  
 
Like minimalist [https://en.wikipedia.org/wiki/Edlin Edlin] line editor, it focuses on a single console line to [[Entering Moves|enter moves]]  
 
Like minimalist [https://en.wikipedia.org/wiki/Edlin Edlin] line editor, it focuses on a single console line to [[Entering Moves|enter moves]]  
<ref>[[Olivier Poudade|Baudsurfer/Red Sector Inc]] ('''2016'''). ''[http://www.phrack.org/issues/69/4.html#article Chesslin bis]''. [https://en.wikipedia.org/wiki/Phrack Phrack Magazine], Vol. 0x0f, No. 0x45</ref>.
+
<ref>[[Olivier Poudade|Baudsurfer]]/[https://en.wikipedia.org/wiki/Tristar_and_Red_Sector_Incorporated Red Sector Inc] ('''2016'''). ''[http://www.phrack.org/issues/69/4.html#article Chesslin bis]''. [https://en.wikipedia.org/wiki/Phrack Phrack Magazine], Vol. 0x0f, No. 0x45</ref>.
  
 
=See also=
 
=See also=
Line 14: Line 14:
  
 
=Publications=
 
=Publications=
* [[Olivier Poudade|Baudsurfer/Red Sector Inc]] ('''2016'''). ''Chesslin''. [https://en.wikipedia.org/wiki/2600:_The_Hacker_Quarterly 2600: The Hacker Quarterly], [https://store.2600.com/collections/2010-2015/products/spring-2016 Spring 2016]
+
* [[Olivier Poudade|Baudsurfer]]/[https://en.wikipedia.org/wiki/Tristar_and_Red_Sector_Incorporated Red Sector Inc] ('''2016'''). ''Chesslin''. [https://en.wikipedia.org/wiki/2600:_The_Hacker_Quarterly 2600: The Hacker Quarterly], [https://store.2600.com/collections/2010-2015/products/spring-2016 Spring 2016]
* [[Olivier Poudade|Baudsurfer/Red Sector Inc]] ('''2016'''). ''[http://www.phrack.org/issues/69/4.html#article Chesslin bis]''. [https://en.wikipedia.org/wiki/Phrack Phrack Magazine], Vol. 0x0f, No. 0x45
+
* [[Olivier Poudade|Baudsurfer]]/[https://en.wikipedia.org/wiki/Tristar_and_Red_Sector_Incorporated Red Sector Inc] ('''2016'''). ''[http://www.phrack.org/issues/69/4.html#article Chesslin bis]''. [https://en.wikipedia.org/wiki/Phrack Phrack Magazine], Vol. 0x0f, No. 0x45
  
 
=Postings=
 
=Postings=

Latest revision as of 11:00, 22 March 2021

Home * Engines * ChessLin

ChessLin,
likely the smallest computer implementation of a none FIDE compliant chess variant by Baudsurfer/Red Sector Inc. aka Olivier Poudade, written in x86 Assembly as sizecoding exercise, consisting of only 256 bytes [1]. Double pawn push and therefor en passant, promotions and castling are not implemented. It plays like a fish as AI is reduced to a half-ply, it also has no endgame detection - and takes about a hundred seconds to play. ChessLin also only works on Microsoft Windows XP SP3. Like minimalist Edlin line editor, it focuses on a single console line to enter moves [2].

See also

Publications

Postings

External Links

References

Up one Level