sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make game size configurable via level loaders

sourencho opened this issue · comments

Currently LevelController only supports initializing Groups and Mine parameters but we should also support setting the size of the game.
This is not so trivial because several other controllers depend on this value (e.g. physics controller needs to know the game size to enforce out of bounds collision).