RPG Development Progress Pulse – Entry 2

Progress Pulse - Entry 2 Things have been pretty busy in real life the past couple of weeks, so I haven't had too much time for working on this. However, for this entry in the progress pulse series I'll talk about some of the challenges I had while looking at making a generic data (de)serialization API + implementation, and why I chose to make some of the decisions I did! Which Tech To Pick? I've felt burned in the past by trying to do data serialization for my game framework because it's always created a barrier for refactoring once it's in place (i.e. i change some data i need and now i have to re-make or migrate allllll my SQL data). So I was thinking about how I plan to store game state, which I have written about, and then…

0 Comments

RPG Development Progress Pulse – Entry 1

Progress Pulse - Entry 1 For the first entry in the progress pulse series I'll touch on some things from the past week or so. There's been a lot of smaller things being churned in the code base, some of them interesting, and others less interesting so I want to highlight a few. As a side note, it's really cool to see that the layout and architecture is allowing for features to be added pretty easily, so I'll dive a bit deeper on that. Overall, I'm pretty happy with how things are going. Unity3D - Don't Fight It! I heard from a colleague before that Unity3D does some things you might not like, but don't try to fight it, just go with it. To me, that's a challenge. If I'm going to be spending time coding in something I want…

0 Comments

End of content

No more pages to load