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 implement game rules model 2026-03-02 01:46:05 +01:00
game_rules.test.js implement game rules model 2026-03-02 01:46:05 +01:00
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 make import paths absolute 2026-02-22 12:51:28 +01:00
round_result.test.js fix capitalization of round result tests 2026-03-01 22:41:55 +01:00
round.js switch round over to a general change event 2026-02-16 22:51:49 +01:00
round.test.js make import paths absolute 2026-02-22 12:51:28 +01:00
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