summaryrefslogtreecommitdiffstats
path: root/wat/game.go
Commit message (Expand)AuthorAgeFilesLines
* initial commitmogad0n2021-03-101-1/+1
* fixes #8alex2019-09-221-1/+8
* fixes #9alex2019-09-221-1/+1
* fixes #5alex2019-07-101-0/+12
* fixes #6alex2019-06-281-2/+2
* fixes #7alex2019-06-281-27/+53
* Added time limited bankrupcy, steroids for benching (don't persist across res...alex2019-01-041-10/+73
* int64 -> uint64 for coins, disable noisy logging, turned off wattery (it was ...alex2018-12-031-18/+12
* CanAct func, used in Riot and Liftalex2018-11-161-2/+14
* added actions table, makes it easier to add time based commandsalex2018-11-151-19/+41
* changed coins to uint64 and started using uints all over the placealex2018-11-141-31/+44
* formatting changes from goimportalex2018-11-081-71/+149
* nmalex2018-10-271-3/+5
* fixed rand to use crypto randalex2018-10-261-26/+42
* misc improvementsalex2018-10-251-23/+31
* added resting, messed about with stuffalex2018-10-231-17/+79
* fixed some bugs, fixed some debug behaviour, changed over to a command -> met...alex2018-10-231-51/+81
* Reimplemented python bot in golang, skipped a few featuresalex2018-10-211-0/+298