Journal post 5 & demo
LDT + 1400
Local time: 19:00

Here’s a working demo.
The collision code is still buggy though, and it’s rather ugly.
It’s written in python + pygame, so just $python run.py to play.
Also it doesn’t catch exceptions yet so if the sound isn’t available it will die.
edit: dead link, get the final version instead
Comments
09. Aug 2008 · 14:11 UTC
Looking good…
The collision detection has indeed some problems (I ran through walls and doors a couple of times)…
The collision detection has indeed some problems (I ran through walls and doors a couple of times)…
nilsf
09. Aug 2008 · 15:10 UTC
Actually, I was doing rectangle to rectangle, thanks for the link though.