Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrote a real layout algorithm for the andys. | rodri | 2023-10-08 | 1 | -2/+58 |
| | |||||
* | make cell2coords thread-safe. | rodri | 2023-10-07 | 1 | -1/+3 |
| | |||||
* | tell the spectator who's playing the moment they join. | rodri | 2023-10-07 | 1 | -3/+0 |
| | |||||
* | use a better random source. fix a bug with andys generating oob cell ↵ | rodri | 2023-10-07 | 1 | -5/+5 |
| | | | | coordinates. | ||||
* | remove debug prints. | rodri | 2023-10-07 | 1 | -16/+4 |
| | |||||
* | initial implementation of an AI. | rodri | 2023-10-06 | 1 | -0/+168 |
added different modes for those who want to play with others and those who prefer to play against a bot (-a flag). |