Modeling players in a board game

If you haven’t already, take a look at Elixir, and the Phoenix framework. Phoenix has excellent WebSocket integration which is probably what you’ll want for a multi-player game. You can also easily spin up a GenServer to act as the game server, but I guess that’s all a bit in the future :slight_smile: , worth considering though.

1 Like

If you do decide to go the Elixir/Phoenix route then I’d recommend this course, Multi-Player Game
with Elixir, Phoenix, Vue & Elm
by The Pragmatic Studio.

2 Likes

@paulh @dwayne Thanks for the suggestion! I had considered Elixir+Phoenix, but you guys are making me want to seriously consider that option! I’ll keep that in mind for the future. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.