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

Level creating mechanism

sourencho opened this issue · comments

We need a way to configure levels.
A level would define the map size, max players, win conditions, mines and potentially NPCs/Bots.
This will help a lot with play testing.