Changed Earth Worlds – Database Foundation

Last time I talked about what database products I’m using, how I’m using them and started the discussion of building a database back end for Changed Earth Worlds with the creation of a Character_Classes table that contains some starting stat values for the different types of characters players can roleplay. This time, I’ll talk a [...]

Mio Walking

So I made a cute little Mio (from K-On!!) walking gif.  Now I can use her as a demo game character since her character design (5 head) is very similar to the characters I’m drawing for Changed Earth Worlds.

Changed Earth Worlds – Starting the Database

To build pretty much any kind of online game, we’re going to need some kind of database for storing data on characters, maps and so on while the servers are offline and for backing up data when they are online.  Usually, for convenience, performance, reliability and security, the database is not only going to live [...]