Tag: libquixie

  • Kaisen: Role Playing Tank Game

    Kaisen: Role Playing Tank Game

    The tank game project has been baptized. Everyone say hello to Kaisen! Kaisen will be an open source, cross-platform, multiplayer role playing tank game licensed under GNU General Public License v2. The source code and its corresponding binaries will be available at Google Code. It’s finally decided that the game will be written in game…

  • Internals of libQuixie

    Internals of libQuixie

    It’s been (at least) 9 months since I started prototyping libQuixie, the will-be KonsolScript scripting engine supporting Object-Oriented Programming. As much as I’d like to implement it in C, String-handling with dynamic memory allocation kept me from any progress. Having been convinced by Gnash developer Rob Savoye, I decided to use C++ instead, which indeed…