We decided to do our map generator in Flash. One of the reasons was we can share the render code between game client and generator this way. We are planning on having really big maps in our game. To be on the safe side I quadrupled the requirements made by …
Monthly Archive: March 2009
Mapping databases to objects
Some years ago I worked on an application that made use of some pretty heavy database access. We were using the SQLite database, which is sort of a library that contains a relational database which can be stored locally on disk. As the name suggests, it …
