Hello, I'm implementing a game like Checkers or Chess in Erlang at the moment. Currently, most of the game logic is finished and tested.
I've been excited to get the OTP stuff hooked up, but I'm hitting a conceptual wall. I'm planning on using Cowboy for the web stuff, which I've played with before, but trying to figure out where to start with organizing code into supervisors and such for the game and players is a bit overwhelming.
I'm reading through "Designing Elixir Systems with OTP" right now, but any advice on how to conceptualize this / get started with OTP proper would be appreciated. Thanks