aboutsummaryrefslogtreecommitdiff
path: root/andy.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵rodri2023-10-071-5/+5
| | | | coordinates.
* remove debug prints.rodri2023-10-071-16/+4
|
* initial implementation of an AI.rodri2023-10-061-0/+168
added different modes for those who want to play with others and those who prefer to play against a bot (-a flag).