aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysNot correct usage, need to try hashingtslil clingman
3 daysno speed increase ...tslil clingman
3 daysTrying caching to speed things uptslil clingman
3 daysThanks compile warnings!tslil clingman
3 daysShould now play out to the endtslil clingman
3 daysStarting work on LCD librarytslil clingman
3 daysBusybox is irritatingtslil clingman
3 daysBusybox needs LFS to buildtslil clingman
3 daysCleaning up busyboxtslil clingman
3 daysFinally (?) fixed winning avoidancetslil clingman
3 daysSlight fix to game looptslil clingman
3 daysRenamingtslil clingman
3 daysMerge branch 'negamax'tslil clingman
3 dayscleanuptslil clingman
3 daysMany fixes, i think this is actually correcttslil clingman
3 daysUnrelatedtslil clingman
3 daysExperimentingtslil clingman
3 daysMerge branch 'pi'tslil clingman
3 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
3 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;
3 daysGetting ready for cross compilationtslil clingman
3 daysCompiler warningtslil clingman
3 daysAuto-start the gametslil clingman
3 daysFinally fixed move generationtslil clingman
3 daysWorking on better output + build system refinementtslil clingman
3 daysAdded tunable search depth and self-playtslil clingman
3 daysForgot some file argumentstslil clingman
3 daysToying with symmetrising datatslil clingman
3 daysCan't stop half-way through turntslil clingman
3 daysIn-lined score reportingtslil clingman
3 daysInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
3 daysNicer info, corrected strncmp --> strcmp in placestslil clingman
3 daysIn-lined as much as a i daretslil clingman
3 daysFinally fixed memory order of weights!tslil clingman
3 daysNot final just yettslil clingman
3 daysOpps, wrong stonetslil clingman
3 daysClosing in on lcd!tslil clingman
3 daysInlined placements, should be fastertslil clingman
3 daysIt's becoming clear i need to write my own interfacetslil clingman
3 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
3 daysSlight bugtslil clingman
3 daysMemory oob fixtslil clingman
3 daysFixed extract script, wget tells me not to use -Otslil clingman
3 daysCurrently segfaults. Maybe because serial is in use?tslil clingman
3 daysRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
3 daysFirst steps towards character LCDtslil clingman
3 daysLeftover from another branchtslil clingman
3 daysSaving cursor position was not a good ideatslil clingman
3 daysIt works, but it's too slowtslil clingman
3 daysMultiplatform builds!tslil clingman