Difference between revisions of "Maksim Korzh"

From Chessprogramming wiki
Jump to: navigation, search
(8 intermediate revisions by the same user not shown)
Line 11: Line 11:
  
 
=Chess Engines=
 
=Chess Engines=
So far, Maksim Korzh has published following didactic [[:Category:Open Source|open source chess engines]], not all compliant with the [[FIDE]] rules of chess:
+
So far, Maksim Korzh has published following [[:Category:Open Source|open source chess engines]], not all compliant with the [[FIDE]] rules of chess:
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" | Engine  
 
! colspan="2" | Engine  
Line 34: Line 34:
 
| [[JavaScript]]
 
| [[JavaScript]]
 
| [https://github.com/maksimKorzh/bmcp_js BMCP(JS)]
 
| [https://github.com/maksimKorzh/bmcp_js BMCP(JS)]
 +
|
 +
|-
 +
| [[Chengine]]
 +
|
 +
| [[C]]
 +
| [https://github.com/maksimKorzh/chengine Chengine]
 
|
 
|
 
|-
 
|-
Line 53: Line 59:
 
| [https://github.com/maksimKorzh/wukong Wukong]
 
| [https://github.com/maksimKorzh/wukong Wukong]
 
|
 
|
 +
|-
 +
| [[Wukong JS]]
 +
|
 +
| [[JavaScript]]
 +
| [https://github.com/maksimKorzh/wukongJS WukongJS]
 +
|
 +
|-
 +
| [[Wukong Xiangqi]]
 +
|
 +
| [[JavaScript]]
 +
| [https://github.com/maksimKorzh/wukong-xiangqi Wukong Xiangqi]
 +
| [https://youtu.be/r3g2wxFLTVY Discovering Xiangqi]
 
|}
 
|}
  
Line 74: Line 92:
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74853 Chess programming on YouTube: NOBODY CARES?] by [[Maksim Korzh]], [[CCC]], August 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74853 Chess programming on YouTube: NOBODY CARES?] by [[Maksim Korzh]], [[CCC]], August 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74917 Comparing 4 move generators: 0x88 vs 10x12 vs 10x12 + bitboards HYBRID vs Pure MAGIC BITBOARDS] by [[Maksim Korzh]], [[CCC]], August 28, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74917 Comparing 4 move generators: 0x88 vs 10x12 vs 10x12 + bitboards HYBRID vs Pure MAGIC BITBOARDS] by [[Maksim Korzh]], [[CCC]], August 28, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75017 Bitboard CHESS ENGINE in C: YouTube series by Code Monkey King] by [[Maksim Korzh]], [[CCC]], September 06, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75199 BBC 1.0 release - UCI chess engine by CMK] by [[Maksim Korzh]], [[CCC]], September 24, 2020 » [[BBC]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75204 How to rate my engine in CCRL?] by [[Maksim Korzh]], [[CCC]], September 25, 2020 » [[CCRL]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75267 How to calculate piece weights with logistic regression?] by [[Maksim Korzh]], [[CCC]], October 01, 2020 » [[Automated Tuning#Regression|Regression]], [[Point Value by Regression Analysis]], [[Point Value]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75352 Web based GUI for UCI chess engine: YouTube series] by [[Maksim Korzh]], [[CCC]], October 10, 2020 » [[GUI#Tutorial|Web GUI Tutorial]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76101 Wukong JS - chess engine with UCI support, own GUI and public API] by [[Maksim Korzh]], [[CCC]], December 19, 2020
 +
'''2021'''
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76400 Xiangqi chess engine in javascript - YouTube tutorial series] by [[Maksim Korzh]], [[CCC]], January 24, 2021  » [[Chinese Chess|Xiangqi]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76391 Did anyone write a xiangqi chess engine?] by [[Maksim Korzh]], [[CCC]], January 27, 2021  » [[Chinese Chess|Xiangqi]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76430 Chinese chess Xiangqi perft results] by [[Maksim Korzh]], [[CCC]], January 27, 2021 » [[Perft]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76464 Wukong Xiangqi - Chinese chess engine] by [[Maksim Korzh]], [[CCC]], January 31, 2021
  
 
=External Links=  
 
=External Links=  

Revision as of 18:58, 7 February 2021

Home * People * Maksim Korzh

Maksym Korzh [1]

Maksim (Maksym) Korzh, alias Code Monkey King,
an Ukrainian freelancer and computer chess programmer. As a computer chess aficionado and chess programming enthusiast, he learned JavaScript, Python and C languages, as well as x86 Assembly. He started freelancing at Upwork but soon moved to YouTube to create a channel dedicated to web scraping and web development [2], and further combined his profession with his computer chess activity for a YouTube channel dedicated to chess programming - where he introduced chess programming topics along with the development of various chess engines for didactic purpose [3].

Chess Engines

So far, Maksim Korzh has published following open source chess engines, not all compliant with the FIDE rules of chess:

Engine Language GitHub YouTube
BBC Bit Board Chess C BBC BBC
BMCP Bare Minimum Chess Program C BMCP BMCP
BMCP(JS) Bare Minimum Chess Program JavaScript BMCP(JS)
Chengine C Chengine
Chenglite C Chenglite
Nibble-Chess C Nibble-Chess
Wukong C Wukong
Wukong JS JavaScript WukongJS
Wukong Xiangqi JavaScript Wukong Xiangqi Discovering Xiangqi

Forum Posts

2018 ...

2019

2020 ...

2021

External Links

References

Up one level