flowchart LR
A[Launch] --> B[Dark Magic];
B --> C{Math.random < 0.5f};
C --false--> E[You are lucky];
C --true--> D[Crash];
D --> F[Open issue] --> G[Wait] --> H[Fixed?];
H --true--> A;
H --false--> I[is it iteration 10?] --false--> G;
I --true--> J[Fix it yourself] --> A;
If you want to add content or update textures look CONTRIBUTING.md