I’ve been busy recently with job applications and personal matters. I have time now to do some work.

Recap

  1. Multiplayer is… still buggy
  2. I’ve been thinking that I should create the overall game flow (menu screen → lobby select → load spells → go into game. This would let me ensure some things are done before moving on to the next section. This just goes to show I have a lot to do hahah.
  3. I was in the middle of setting up the Guid distributor

Let’s do the Guid distributor so that I can get that done.

  1. I set up the Guid distributor
  2. There are now a few things to figure out:
    1. A client joins late → That should be handled when I get the overall game flow created
    2. Validation of JSON → I can do that later
    3. Ensure clients only try to load spells once server is done doing so → Should… also be fixed if I have the overall game flow created.

…It seems like I should work on the overall architecture instead. As in, the phases of step in the game.