Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

kirbodevv/S.A.U.W.-

Repository files navigation

S.A.U.W.

stability-beta Discord

A LibGDX game



How S.A.U.W. works

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;
Loading

Modding docs

RU

Contributing

If you want to add content or update textures look CONTRIBUTING.md

Credits