Basic engine for NationStates-like "make decisions on issues" simulation games. Very basic.
Go to file
Kistaro Windrider 8a2664c305
Delay rules updates during rule execution.
Any RuleCollection change while the rule collection is running a turn is now delayed until all rules are evaluated. This gives consistent semantics for when rule changes invoked my rules themselves are applied.
2023-03-27 00:08:56 -07:00
.idea Initial commit. 2023-03-26 23:40:44 -07:00
cardsim Delay rules updates during rule execution. 2023-03-27 00:08:56 -07:00
.gitignore Initial commit 2023-03-27 06:38:10 +00:00
go.mod Initial commit. 2023-03-26 23:40:44 -07:00
LICENSE Initial commit 2023-03-27 06:38:10 +00:00
README.md Initial commit 2023-03-27 06:38:10 +00:00

CardSimEngine

Basic engine for NationStates-like "make decisions on issues" simulation games. Very basic.