2:05pm - Well the heat wave of the last few days seems to have calmed down a bit. I'm still sitting in front of a fan with two ACs on in the apartment but I'm actually a little cool instead of just beating the heat. Seems like a good time for some work!
My next task is to make the player's actor in the world model. There's already a list of actors but no way to add or remove actors from it, so I'll have to do that first. Also I'm using a prototype system in the Tile and InstalledObject classes and I figure I should continue to use that to set up the different actor types that can appear.
2:59pm - It's a constant struggle to keep working, I really want to stop and take a nap, even though I'm not really that tired. It's frustrating.
3:25pm - Alright the code's in place to place an actor, I think. I'll have to add some code to the WorldController to actually place the player in the world though. That'll wait until I add the view side of the Player. For now, nap time.
My next task is to make the player's actor in the world model. There's already a list of actors but no way to add or remove actors from it, so I'll have to do that first. Also I'm using a prototype system in the Tile and InstalledObject classes and I figure I should continue to use that to set up the different actor types that can appear.
2:59pm - It's a constant struggle to keep working, I really want to stop and take a nap, even though I'm not really that tired. It's frustrating.
3:25pm - Alright the code's in place to place an actor, I think. I'll have to add some code to the WorldController to actually place the player in the world though. That'll wait until I add the view side of the Player. For now, nap time.