Open datanoh opened 1 month ago
@andrewd18 - Moving this to MVP for discussion. For MVP, I'd like to either hide the client auto-pass options, or set them to correct phase names for the game being played. It may be a bit tricky - I don't fully understand how the autopass works. I set them all to false a while back by default, and they haven't been tested (even manually) since then.
Client code pasted below. Any thoughts on your end? Stuff we should dig into and/or test? Worth getting into for MVP?
Pieces of the code that still rely on LotR-specific phases (Fellowship, Maneuver, Archery, Assignment, Skirmish, and Regroup).
Auto-pass - this is the only piece of the code still using LotR-specific Phase enum values, in GameRequestHandler.java. Should be able to just use Star Trek phases here instead.
Other client code: