mtgred / netrunner

http://www.jinteki.net
Other
887 stars 387 forks source link

Write an interaction manager/tag our interactions again #7521

Closed NBKelly closed 1 week ago

NBKelly commented 1 month ago

We should catalog our interactive abilities again

I think for the last year or so, I've just been marking them all as interactive (req true), and we kind of moved away from tagging in general. Part of it is just that the system we have now is a bit of a hassle to use.

I want to write some sort of interaction manager that can assess a range of tags and easily slot into cards to make it less of a hassle.

NBKelly commented 1 month ago

and for what I'm thinking is reasonable, while I'm thinking about it:

Would let us do things like:

There's probably a few more things to go, and I get that this sounds complex, but that's why I want to pull most of the logic out of the cards themselves and put it in it's own class or helper.

NBKelly commented 1 week ago

On second thought, I think this isn't a good use of time