aboutsummaryrefslogtreecommitdiff
path: root/andy.c
Commit message (Expand)AuthorAgeFilesLines
* replace the andy layout algorithm for a better one.rodri2023-10-091-26/+13
* minor cleanup.rodri2023-10-081-10/+3
* make sure andys never stall while searching.rodri2023-10-081-3/+31
* wrote a real layout algorithm for the andys.rodri2023-10-081-2/+58
* make cell2coords thread-safe.rodri2023-10-071-1/+3
* tell the spectator who's playing the moment they join.rodri2023-10-071-3/+0
* use a better random source. fix a bug with andys generating oob cell coordina...rodri2023-10-071-5/+5
* remove debug prints.rodri2023-10-071-16/+4
* initial implementation of an AI.rodri2023-10-061-0/+168