summaryrefslogtreecommitdiff
path: root/rules.js
AgeCommit message (Collapse)Author
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