As the time draws near, I am looking forward to next week’s game-jam. It is sad that I had to miss the Global Game Jam, but what can you do?
Today, I have been looking into Python, both for Ren’Py and seeing if I can make use of the PyGame libraries (LGPL makes them commercially-viable) for future games.
I must admit that I am not 100% convinced by the whole indenting thing, coming from the C family of languages with its curly braces and clearly-defined containment of blocks of code, but I tend to use indents to keep my curly-braced code clear anyway.