aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysMerge branch 'pi'tslil clingman
2 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
2 daysVertical 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;
2 daysGetting ready for cross compilationtslil clingman
2 daysCompiler warningtslil clingman
2 daysAuto-start the gametslil clingman
2 daysFinally fixed move generationtslil clingman
2 daysWorking on better output + build system refinementtslil clingman
2 daysAdded tunable search depth and self-playtslil clingman
2 daysForgot some file argumentstslil clingman
2 daysToying with symmetrising datatslil clingman
2 daysCan't stop half-way through turntslil clingman
2 daysIn-lined score reportingtslil clingman
2 daysInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
2 daysNicer info, corrected strncmp --> strcmp in placestslil clingman
2 daysIn-lined as much as a i daretslil clingman
2 daysFinally fixed memory order of weights!tslil clingman
2 daysNot final just yettslil clingman
2 daysOpps, wrong stonetslil clingman
2 daysClosing in on lcd!tslil clingman
2 daysInlined placements, should be fastertslil clingman
2 daysIt's becoming clear i need to write my own interfacetslil clingman
2 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
2 daysSlight bugtslil clingman
2 daysMemory oob fixtslil clingman
2 daysFixed extract script, wget tells me not to use -Otslil clingman
2 daysCurrently segfaults. Maybe because serial is in use?tslil clingman
2 daysRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
2 daysFirst steps towards character LCDtslil clingman
2 daysLeftover from another branchtslil clingman
2 daysSaving cursor position was not a good ideatslil clingman
2 daysIt works, but it's too slowtslil clingman
2 daysMultiplatform builds!tslil clingman
2 daysStarting work on MCU porttslil clingman
2 daysCross-compilation!tslil clingman
2 daysBetter statustslil clingman
2 daysShed dependency of linenoisetslil clingman
2 daysNew weights from a wider trainingtslil clingman
2 daysBeginning to work on probabilistic depth now that MCU is outtslil clingman
2 daysMight as well use all of them...tslil clingman
2 daysWent back up to 1986 weightstslil
2 daysQuick sketch of non-determinismtslil
2 daysAnother road bugtslil
2 daysDragon is not separate, fixed concession, allowing playing as b/wtslil
2 daysChanged function back to macrotslil
2 daysThere was a bug in the minimax!tslil
2 daysBetter 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.
2 daysSo after a small tweak, it actually plays well!tslil
2 daysSeems tolerable, but not great. Still wont win or lose ???tslil
2 daysTrying alpha-beta pruning. There's a bug somewhere ...tslil