Difference between revisions of "MinkoChess"

From Chessprogramming wiki
Jump to: navigation, search
Line 103: Line 103:
 
[[Category:Derivative]]
 
[[Category:Derivative]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 +
[[Category:Android]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]

Revision as of 19:57, 20 January 2019

Home * Engines * MinkoChess

MinkoChess, (formerly called Umko)
an open source chess engine licensed under the GNU General Public License, written in C++ by Borko Bošković. MinkoChess is UCI compatible and can be compiled for Linux, Android, Windows, and Mac OS X [1].

Features

MinkoChess' move generation is based on Toga II, its search and evaluation based on Toga II and Stockfish [2].

Board Representation

Search

Evaluation

Misc

See also

Publications

Forum Posts

External Links

References

  1. Chess program MinkoChess- Computer Architecture and Languages Laboratory, University of Maribor
  2. Copyright header in search.cpp, pos_eval.cpp, movegen.cpp
  3. "Umko has been renamed to MinkoChess due to copyright issues" by Graham Banks, Rybka Forum, May 09, 2012

Up one Level