aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
40 hoursRenamingtslil clingman
40 hoursMerge branch 'negamax'tslil clingman
40 hourscleanuptslil clingman
40 hoursMany fixes, i think this is actually correcttslil clingman
40 hoursUnrelatedtslil clingman
40 hoursExperimentingtslil clingman
40 hoursMerge branch 'pi'tslil clingman
40 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
40 hoursVertical line is just incremented %2, i'll have to manually buffertslil clingman
charlcd.c:621 case '\n': /* * flush the remainder of the current line and * go to the beginning of the next line */ for (; priv->addr.x < lcd->bwidth; priv->addr.x++) lcd->ops->write_data(lcd, ' '); priv->addr.x = 0; priv->addr.y = (priv->addr.y + 1) % lcd->height; charlcd_gotoxy(lcd); break;
40 hoursGetting ready for cross compilationtslil clingman
40 hoursCompiler warningtslil clingman
40 hoursAuto-start the gametslil clingman
40 hoursFinally fixed move generationtslil clingman
40 hoursWorking on better output + build system refinementtslil clingman
40 hoursAdded tunable search depth and self-playtslil clingman
40 hoursForgot some file argumentstslil clingman
40 hoursToying with symmetrising datatslil clingman
40 hoursCan't stop half-way through turntslil clingman
40 hoursIn-lined score reportingtslil clingman
40 hoursInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
40 hoursNicer info, corrected strncmp --> strcmp in placestslil clingman
40 hoursIn-lined as much as a i daretslil clingman
40 hoursFinally fixed memory order of weights!tslil clingman
40 hoursNot final just yettslil clingman
40 hoursOpps, wrong stonetslil clingman
40 hoursClosing in on lcd!tslil clingman
40 hoursInlined placements, should be fastertslil clingman
40 hoursIt's becoming clear i need to write my own interfacetslil clingman
40 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
40 hoursSlight bugtslil clingman
40 hoursMemory oob fixtslil clingman
40 hoursFixed extract script, wget tells me not to use -Otslil clingman
40 hoursCurrently segfaults. Maybe because serial is in use?tslil clingman
40 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
40 hoursFirst steps towards character LCDtslil clingman
40 hoursLeftover from another branchtslil clingman
40 hoursSaving cursor position was not a good ideatslil clingman
40 hoursIt works, but it's too slowtslil clingman
40 hoursMultiplatform builds!tslil clingman
40 hoursStarting work on MCU porttslil clingman
40 hoursCross-compilation!tslil clingman
40 hoursBetter statustslil clingman
40 hoursShed dependency of linenoisetslil clingman
40 hoursNew weights from a wider trainingtslil clingman
40 hoursBeginning to work on probabilistic depth now that MCU is outtslil clingman
40 hoursMight as well use all of them...tslil clingman
40 hoursWent back up to 1986 weightstslil
40 hoursQuick sketch of non-determinismtslil
40 hoursAnother road bugtslil
40 hoursDragon is not separate, fixed concession, allowing playing as b/wtslil