Skip to content

samsmithnz/ResearchTree

Repository files navigation

ResearchTree

CI/CD

This is the research workflow

graph LR;
  IfItemSelected[Item is selected and still has work]
  IfWorkersAssigned[Item has workers assigned]
  DoWork
  FindNewResearch
  End
  IfItemSelected-->IfWorkersAssigned
  IfItemSelected--"No"-->End
  IfWorkersAssigned-->DoWork
  IfWorkersAssigned--"No"-->End
  DoWork--"If done"-->FindNewResearch
  DoWork--"If not done"-->End
  FindNewResearch-->End
Loading

Here are some research trees we want to support

image

graph LR;
    A[Writing]
    B[Archery]
    C[Navigation]
    D[Farming]
    E[Sailing]
    F[Mapmaking]
    G[Governments]
    A-->B
    A-->C
    B-->D
    C-->D
    D-->E
    D-->F-->G
Loading
mindmap
  root((class))
    Warrior
      LongSword
      Two-HandedSword
      Spear
        Halbert
    Wizard
      Spellbooks
      FireSpells
        Fireball
        Firestorm
            FireRain
            Meteor
    Archer
      Marksmanship
      Range
Loading

About

An experiment to see if I can build a research tree

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •