Tag Archives: trosnoth

PyCon Australia 2015: The Trosnoth Talk

I recently spoke at PyCon Australia. He’s a video of my talk. I talk about the open source team platformer, Trosnoth, for which I’ve been leading the development team since the project began in 2006. I share some of the … Continue reading

Posted in short | Tagged , , , | Comments Off on PyCon Australia 2015: The Trosnoth Talk

Trosnoth Christmas Wallpaper

Posted in short | Tagged , , , , , | Comments Off on Trosnoth Christmas Wallpaper

Coming Soon in Trosnoth

I recently spent 14 hours hacking on Trosnoth with a friend, and I thought I’d give you a taster of two things that are coming in Trosnoth 1.7… Neutral Zones The rules are a-changin’. People have suggested variations of this … Continue reading

Posted in short | Tagged , | 1 Comment

Python Window Manager, Now With Twisted

And Now for the Big Event Loop Last week I wrote about how to create a window manager in Python and posted code for a simple example window manager. The example I posted was about 260 lines long including comments. … Continue reading

Posted in midlength | Tagged , , , , , | Comments Off on Python Window Manager, Now With Twisted

Import Graphs for Python

I was doing some Trosnoth refactoring recently, and I wanted a tool that would draw import graphs of the Trosnoth subpackages.  After a quick search of the Internet didn’t give me what I wanted, I set about to write my … Continue reading

Posted in short | Tagged , , , , , , | Comments Off on Import Graphs for Python