kirbodevv / S.A.U.W.-

Game S.A.U.W.
1 stars 0 forks source link
android game java-game libgdx libgdx-android libgdx-desktop libgdx-game sauw
# S.A.U.W. [![stability-beta](https://img.shields.io/badge/stability-beta-33bbff.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#beta) [![Discord](https://img.shields.io/discord/944172167996780564?color=7289da&label=%D0%A1hat)](https://discord.gg/CPkHRy58dX)

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;

Modding docs

RU

Contributing

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

Credits