• Stars
    star
    119
  • Rank 296,751 (Top 6 %)
  • Language
    C#
  • Created over 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open source C# framework for creating Turn Based Roguelikes, Strategy Games, RPGs and War Games (compatible with Unity)

Turnable

A Unity and Godot compatible gramework written in C# that can be used to create any kind of turn based game.

What makes Turnable different from others of its kind? Well, once fleshed out, the Framework will support the following features:

  • Plug and Play Artificial Intelligence (AI)
    • Monte Carlo Simulations based AI
    • Goal based AI
    • State Machines
    • IQ based AI difficulty
  • Pathfinding
  • Line of Sight (LoS)
  • Tiled (TMX) support
  • Skills, Stats, Inventories etc.

I've started development on this framework again!