dnsbty / level10

Phoenix LiveView multiplayer card game

Home Page:https://level10.games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move game state to a GenServer

dnsbty opened this issue · comments

Having game state in an Agent was great for getting up and running quickly, but we can probably tune things a little better if we move into a GenServer.