bpaul-chess

UCI chess engine to replace Omelette Chess Engine
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-10-27 15:10Sliding attacks and progress on move generationBenjamin Paul5+164-5
2021-10-26 14:00making progress but move gen is hard!Benjamin Paul5+93-5
2021-10-24 09:33i had to transfer files sorrybenjamin paul2+37-0
2021-10-23 12:26Add header file dependency in the makefilebenjamin paul2+6-1
2021-10-23 12:20Printing the board plus fix everything that was broken that was found in the processbenjamin paul3+90-24
2021-10-23 11:42include guardsbenjamin paul2+6-3
2021-10-23 11:17Added most of the parsefen function, excluding the fifty-move rule and the turn countbenjamin paul3+94-20
2021-10-10 07:11Started work on board representationbenjamin paul6+114-13
2021-09-12 09:20remove pointless newstrncmp thingbenjamin paul1+1-38
2021-09-11 06:17get rid of bitmasks because they are not portable apparently and also move source to one directorybenjamin paul3+21-30
2021-09-11 06:06march nativebenjamin paul1+1-1
2021-08-08 05:24position structbenjamin paul2+34-0
2021-08-08 02:36OMG this made an improvement in the perf -e instructions:u test!!benjamin paul1+38-1
2021-08-07 14:12Some rearrangements plus a failed attempt at optimizationbenjamin paul3+109-10
2021-08-07 00:26correctionbenjamin paul1+4-4
2021-08-07 00:14weird license thingbenjamin paul1+7-0
2021-08-06 12:44Basic uci commandsbenjamin paul1+28-5
2021-08-06 10:35Long text about buffer sizebenjamin paul1+15-0
2021-08-06 10:15initial commitbenjamin paul4+27-0