hervan / anaander

a turn-based strategy board game where all your units belong to a hive mind
https://hervan.github.io/anaander/
2 stars 0 forks source link

implement remote multiplayer #10

Open hervan opened 8 years ago

hervan commented 8 years ago

create a backend to relay other player's actions to every other player, which in turn will be processed simultaneously. a game match is identified by a hash (or similar "typeable" string) that will be provided by each player at the beginning of the game.

hervan commented 7 years ago

serverless/lambda approaches are being evaluated for the implementation of this issue.