Difference between revisions of "Gochess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Gochess''' '''Gochess''',<br/> a didactic open source chess engine by Franziskus Domig, written in Go (P...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
'''Gochess''',<br/>
 
'''Gochess''',<br/>
 
a didactic [[:Category:Open Source|open source chess engine]] by [[Franziskus Domig]], written in [[Go (Programming Language)|Golang]], released under the [[Massachusetts Institute of Technology#License|MIT license]] <ref>[https://github.com/fdomig/gochess/blob/master/LICENSE gochess/LICENSE at master · fdomig/gochess · GitHub]</ref>.  
 
a didactic [[:Category:Open Source|open source chess engine]] by [[Franziskus Domig]], written in [[Go (Programming Language)|Golang]], released under the [[Massachusetts Institute of Technology#License|MIT license]] <ref>[https://github.com/fdomig/gochess/blob/master/LICENSE gochess/LICENSE at master · fdomig/gochess · GitHub]</ref>.  
It was inspired by [[Chess At Nite|chess-at-nite]] ([[Cpp|C/C++]]) and uses most of its concepts  <ref>[https://github.com/fdomig/gochess/blob/master/README.md gochess/README.md at master · fdomig/gochess · GitHub]</ref>  
+
It was inspired by [[chess-at-nite]] ([[Cpp|C/C++]]) and uses most of its concepts  <ref>[https://github.com/fdomig/gochess/blob/master/README.md gochess/README.md at master · fdomig/gochess · GitHub]</ref>  
  
 
=Screenshot=
 
=Screenshot=
Line 30: Line 30:
 
* [[Material|Material Balance]]
 
* [[Material|Material Balance]]
 
* [[Piece-Square Tables]]
 
* [[Piece-Square Tables]]
 +
* [[Doubled Pawn]]
  
 
=See also=
 
=See also=
* [[Chess At Nite]]
+
* [[chess-at-nite]]
  
 
=External Links=  
 
=External Links=  
Line 44: Line 45:
 
'''[[Engines|Up one level]]'''
 
'''[[Engines|Up one level]]'''
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 +
[[Category:MIT]]
 
[[Category:Go Proglanguage]]
 
[[Category:Go Proglanguage]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]

Latest revision as of 21:41, 25 August 2020