Skip to content

How does it work

KissLick edited this page May 15, 2016 · 10 revisions

Modules in TeamGames

TeamGames is very open modular system, there is almost no privacy.

  • Modules are games or menu items
  • One plugin can contain more than one module
  • Each module has ID which has to be unique for it's type.

modules

Games

  • There are two types of games in TeamGames
    • TeamGame - Red prisoners against Blue prisoners.
    • RedOnly - Only Red prisoners are allowed.
  • You must remeber, that you allways have to check for your game ID before assuming, that your game is running.
  • One plugin can contain more than one game.
  • Game process diagram:

game process