Context and Scope - Timmeey86/Mindustry GitHub Wiki

System Context

System Context Diagram

Actor / External system Description of relationship
Anuke This is the creator and owner of the Mindustry GitHub repository and the author of most of the code. Whatever change you want to make in the game has to be reviewed by Anuke before it goes live (This is ensured through the GitHub Pull Request system).
Contributors This is any person that contributes to the development of Mindustry.
Translators This is any person who offered their help to translate mindustry. Note that many of the translators don't know much about programming so try keeping the translation process as simple as possible for them.
Players These are the users of Mindustry and the people who motivate us to continue development.
mindustry.us.to If the user enables the option to send crash reports automatically, they will be sent to this server in the unpleasant event of a java.lang.NullPointerException or similar.
GitHub In addition to hosting the code repository and this wiki, the GitHub (or more precisely GitHub API) is used for retrieving the change log from within the game. It is also used for optional crash reports.