summaryrefslogtreecommitdiff
path: root/rules.js
AgeCommit message (Collapse)Author
2023-11-19cap buttonsMischa Untaga
2023-11-17organizingMischa Untaga
2023-11-17select us state, select strategy cardMischa Untaga
2023-11-17cleanup persistent cards. claim state cards.Mischa Untaga
2023-11-17minor logging updateMischa Untaga
2023-11-17oops, missing return valueMischa Untaga
2023-11-15persistent cards. remove cubes.Mischa Untaga
2023-11-14remove opponents cubes when addingMischa Untaga
2023-11-13cubes WIPMischa Untaga
2023-11-09prompting, die rolls and cleanupMischa Untaga
2023-11-07campaigner positioning WIPMischa Untaga
2023-11-07add congress, add cubesMischa Untaga
2023-11-07implementation of add_campaigners, receive/spend_buttonsMischa Untaga
2023-11-07badges badges buttons buttonsMischa Untaga
2023-11-06vm placeholdersMischa Untaga
2023-11-06skip null valueMischa Untaga
2023-11-06Add tokenizer for gencode to allow spaces in lists.Tor Andersson
Tokens must be separated by spaces. If a token contains a ", `, or ' it may contain spaces within the quotes. If a token contains a (, {, or [ it may contain spaces within the parens. Thus, the string "foo(a, b, c)" is treated as one token, as is also the string "{ hello(a, b, c); bar(); return ['x', 'y z'] }"
2023-11-06events WIPMischa Untaga
2023-11-06events WIPMischa Untaga
2023-11-05events WIPMischa Untaga
2023-11-05us states and regionsMischa Untaga
2023-11-05persistent cardsMischa Untaga
2023-11-04events WIPMischa Untaga
2023-11-04strategy phaseMischa Untaga
2023-11-04card planels and loggingMischa Untaga
2023-11-03play cards WIPMischa Untaga
2023-11-02card actions WIPMischa Untaga
2023-11-02player roundsMischa Untaga
2023-11-02planning phaseMischa Untaga
2023-11-02show cardsMischa Untaga
2023-10-28minimum workflowMischa Untaga
2023-10-28init cards WIPMischa Untaga
2023-10-28core state and states WIPMischa Untaga
2023-10-27Add skeleton.Tor Andersson