I want a module which houses a complex feature that controls minigame-like-board game.
The game should playout as follows;
multiple teams, of x members should all be given the same board.
The board will contain objectives.
These objectives can be set up by means of an api call.
Each team must complete their current objective, Upon completion they can submit it for reviewing.
Admins will be able to review submissions of each team; once approved the team will roll the a dice landing on x. That team will move up x sqaures and be given a new objective.
This repeats itself untill the game ends or there is a winner.
I want a module which houses a complex feature that controls minigame-like-board game.
The game should playout as follows;
multiple teams, of x members should all be given the same board.
The board will contain objectives.
These objectives can be set up by means of an api call.
Each team must complete their current objective, Upon completion they can submit it for reviewing.
Admins will be able to review submissions of each team; once approved the team will roll the a dice landing on x. That team will move up x sqaures and be given a new objective.
This repeats itself untill the game ends or there is a winner.