| |||||||||||
PyWeek - Twisted releaseI just uploaded the first playable (at least sort of) version of my game. It still has glitches, bugs and all sorts of other evil thingies, but the basic engine is there. To be done before end of PyWeek:
Well, at least I completed something. I have a feeling that I tried to tackle a bit more than I could handle in a week, but at least I've been learning a lot of stuff and improving and testing Splush. I'll publish a more complete post mortem next week. — Hectigo on 2007/09/07 12:42 of Hectic Game Development 2 Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By simono on 2007/09/09 14:26:
When I start a server, the server seems to hang (that might be okay), but then I try connecting to it with a second game instance and that one crashes withBy Hectigo on 2007/09/09 22:41:
Okay, seems like I did a small but quite serious mistake in finalizing the game.
On line 77 of main.py, replace
with
and the game should connect instead of crashing. Just found a couple of other stupid bugs too, but more on them later.