Difference between revisions of "RubiChess"

From Chessprogramming wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''[[Main Page|Home]] * [[Engines]] * RubiChess'''
 
'''[[Main Page|Home]] * [[Engines]] * RubiChess'''
  
'''RubiChess'',<br/>
+
'''RubiChess''',<br/>
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Andreas Matthies]], written in [[Cpp|C++]], licensed under the [[Free Software Foundation#GPL|GPL v3.0]].
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Andreas Matthies]], written in [[Cpp|C++]], licensed under the [[Free Software Foundation#GPL|GPL v3.0]].
 
RubiChess started in 2017 as [[0x88]] engine and soon evolved to a [[Bitboards|bitboard]] engine first using [[Rotated Bitboards|rotated bitboards]] and subsequently [[Magic Bitboards|magic bitboards]] (about 24% faster) to determine [[Sliding Piece Attacks|sliding piece attacks]] <ref>[https://github.com/Matthies/RubiChess/blob/master/ChangeLog.txt RubiChess/ChangeLog.txt at master · Matthies/RubiChess · GitHub]</ref>.
 
RubiChess started in 2017 as [[0x88]] engine and soon evolved to a [[Bitboards|bitboard]] engine first using [[Rotated Bitboards|rotated bitboards]] and subsequently [[Magic Bitboards|magic bitboards]] (about 24% faster) to determine [[Sliding Piece Attacks|sliding piece attacks]] <ref>[https://github.com/Matthies/RubiChess/blob/master/ChangeLog.txt RubiChess/ChangeLog.txt at master · Matthies/RubiChess · GitHub]</ref>.
Line 83: Line 83:
 
[[Category:GPL]]
 
[[Category:GPL]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 +
[[Category:PC]]
 +
[[Category:X64]]
 +
[[Category:Windows]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]
 
[[Category:Geography]]
 
[[Category:Geography]]
 
[[Category:Given Name]]
 
[[Category:Given Name]]

Revision as of 22:03, 25 February 2020

Home * Engines * RubiChess

RubiChess,
an UCI compliant open source chess engine by Andreas Matthies, written in C++, licensed under the GPL v3.0. RubiChess started in 2017 as 0x88 engine and soon evolved to a bitboard engine first using rotated bitboards and subsequently magic bitboards (about 24% faster) to determine sliding piece attacks [1].

Features

[2]

Board Representation

Search

Evaluation

Misc

Forum Posts

External Links

Chess Engine

Misc

References

Up one level