Difference between revisions of "Topple"

From Chessprogramming wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
=Features=
 
=Features=
 +
<ref>based on ''Techniques used'' in [https://github.com/konsolas/ToppleChess/blob/master/README.md ToppleChess/README.md at master · konsolas/ToppleChess · GitHub]</ref>
 
==[[Board Representation]]==  
 
==[[Board Representation]]==  
 
* [[Bitboard Board-Definition]]
 
* [[Bitboard Board-Definition]]

Revision as of 12:14, 1 March 2020

Home * Engines * Topple

Toppled Klein Bottle [1]

Topple, (ToppleChess)
an UCI compliant open source chess engine by Vincent Tang, written in C++, first released in June 2018 under the MIT License [2].

Features

[3]

Board Representation

Search

Evaluation

Misc

Forum Posts

External Links

Chess Engine

Misc

References

  1. Klein bottle parametrized all in one piece, toppled, Graphed using Grapher by AugPi, August 15, 2019, Wikimedia Commons
  2. Topple by Vincent Tang, CCC, June 09, 2018
  3. based on Techniques used in ToppleChess/README.md at master · konsolas/ToppleChess · GitHub
  4. using Young Brothers Wait Concept in Topple 0.5.0 by Vincent Tang, CCC, April 02, 2019

Up one level