/miniStrategy

Strategy framework for Unity, with turn base, real time and mix mode.

Primary LanguageC#MIT LicenseMIT

miniStrategy

Documentation Status GitHub license

Strategy framework that features:

  • Redo / Undo for everything ☑️
  • Three modes
    • turn based mode, traditional one ☑️
    • real time mode, every action is executed on the fly ☑️
    • mix mode, plan in a turn, act simultaneously
  • Pause / Resume ☑️
  • Execute with a delay ☑️
  • Serialize / Deserialize for easy save

Read wiki here.

Related

Plans

  • Godot export

Reference

  • Boardgame.io, a turn based framework supports multiplayer in JavaScript.