Hacker News new | ask | show | jobs
by detaro 3455 days ago
> Can you see full unit information across the map?

Yes. The engine works by syncing the entire game state between all players (and observers, which in tournaments can become an annoying issue) and all clients have the same information.

1 comments

Interesting. I'm surprised they took this approach.