Closed iceBear67 closed 3 years ago
p.s games like manihunt also need unique environments for survival. such as unique time(mobs), end(dragon)
manihunt is an extremism
Added warps. 575dd5a198cc01ce570f4ba95f449097ab4bb9f8
Waiting for some default implementations.
Track this at #16
A GameScope might be an area where the game lifecycle lives.
After the game ends, that area should be recycled for the next match.
Nevertheless, Games like ManiHunt need many places to play, which is the problem for area-based designs. For such cases, we'll use
GameScope
instead of `GameArea.GameScope is more flexible. It made the decisions up to the game
not methen we can "disable" areas in case to use the whole server to play.