1
0
watterblock/models
Adrian Wannenmacher 0342f6742d
move game rule cloning to game constructor
The rules not changing after a game has started is a invariant of the
`Game` model, not the `Session` model. As such, it should enforce it
itself, instead of relying on its users.
2026-03-10 19:19:05 +01:00
..
game_rules.js
game_rules.test.js
game.js move game rule cloning to game constructor 2026-03-10 19:19:05 +01:00
game.test.js move game rule cloning to game constructor 2026-03-10 19:19:05 +01:00
round_result.js
round_result.test.js
round.js
round.test.js
session.js move game rule cloning to game constructor 2026-03-10 19:19:05 +01:00
session.test.js move game rule cloning to game constructor 2026-03-10 19:19:05 +01:00