aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
46 hoursExperimentingtslil clingman
46 hoursMerge branch 'pi'tslil clingman
46 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
46 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;
46 hoursGetting ready for cross compilationtslil clingman
46 hoursCompiler warningtslil clingman
46 hoursAuto-start the gametslil clingman
46 hoursFinally fixed move generationtslil clingman
46 hoursWorking on better output + build system refinementtslil clingman
46 hoursAdded tunable search depth and self-playtslil clingman
46 hoursForgot some file argumentstslil clingman
46 hoursToying with symmetrising datatslil clingman
46 hoursCan't stop half-way through turntslil clingman
46 hoursIn-lined score reportingtslil clingman
46 hoursInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
46 hoursNicer info, corrected strncmp --> strcmp in placestslil clingman
46 hoursIn-lined as much as a i daretslil clingman
46 hoursFinally fixed memory order of weights!tslil clingman
46 hoursNot final just yettslil clingman
46 hoursOpps, wrong stonetslil clingman
46 hoursClosing in on lcd!tslil clingman
46 hoursInlined placements, should be fastertslil clingman
46 hoursIt's becoming clear i need to write my own interfacetslil clingman
46 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
46 hoursSlight bugtslil clingman
46 hoursMemory oob fixtslil clingman
46 hoursFixed extract script, wget tells me not to use -Otslil clingman
46 hoursCurrently segfaults. Maybe because serial is in use?tslil clingman
46 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
46 hoursFirst steps towards character LCDtslil clingman
46 hoursLeftover from another branchtslil clingman
46 hoursSaving cursor position was not a good ideatslil clingman
46 hoursIt works, but it's too slowtslil clingman
46 hoursMultiplatform builds!tslil clingman
46 hoursStarting work on MCU porttslil clingman
46 hoursCross-compilation!tslil clingman
46 hoursBetter statustslil clingman
46 hoursShed dependency of linenoisetslil clingman
46 hoursNew weights from a wider trainingtslil clingman
46 hoursBeginning to work on probabilistic depth now that MCU is outtslil clingman
46 hoursMight as well use all of them...tslil clingman
46 hoursWent back up to 1986 weightstslil
46 hoursQuick sketch of non-determinismtslil
46 hoursAnother road bugtslil
46 hoursDragon is not separate, fixed concession, allowing playing as b/wtslil
46 hoursChanged function back to macrotslil
46 hoursThere was a bug in the minimax!tslil
46 hoursBetter trained weights, an important oversight in minimax (steps <=)tslil
I still can't tell whether if ((ply & 1) == 0) this = this - 1.0; is correct.
46 hoursSo after a small tweak, it actually plays well!tslil
46 hoursSeems tolerable, but not great. Still wont win or lose ???tslil