Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Add generalized support for structures that can repair units #44

Open djwhitt opened 7 years ago

tbeddy commented 7 years ago

Are there structures from Elite Command or Weewar you have in mind, or is this a new idea?

djwhitt commented 7 years ago

I'd have to double check to be sure, but I'm pretty sure Elite Command allowed repairing only on structures that could build the unit or via another unit that could repair. Weewar allowed repairing anywhere and also had separate repair bays. I'd like to allow rulesets that support both options, though I think we should probably switch to the Elite Command scheme for the default ruleset.

djwhitt commented 7 years ago

Reviewing issues today I realize this is the same as #59. I explain things a bit better there so I'm closing this one.

djwhitt commented 7 years ago

Reviving this to make it about generalizing base only repair logic from #59.