| |||||||||||
PyWeek - First entryHello World !We are writing a strategy game in which you control NetBot in view to control the world ^^. We started coding this evening and now we succeed in scroll on the map. For those who are interested in following our work : MonsterBot Mercurial repository Good code =) — phantez on 2008/03/31 22:24 of Viper team 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 nihilocrat on 2008/04/02 12:56:
That's a really cool idea, makes me think of Uplink and other hacker games. Thanks for creatively interpreting the "robot" theme!By Thorbrian on 2008/04/07 06:39:
Hey yo, your game seems to require pyxml - but there are no packages for pyxml for python 2.5 on windows :( also your readme doesn't seem to mention this dependency...By phantez on 2008/04/07 18:42:
Sorry, we forget to mention it in the readme, under linux we don't have to add it. We use it to convert svg files into map format for our game. That way it is simpler to create the map and modify it.By bjorn on 2008/04/19 19:30:
got a crash:Start the game.
Click the skull.
Click Wifi.
Click the red dot.
(581, 232) Traceback (most recent call last): File "run_game.py", line 19, in main.main() File "/home/bjorn/source/pyweek6-entries/monsterbot-1.0/lib/main.py", line 17, in main while game.mainLoop(): File "/home/bjorn/source/pyweek6-entries/monsterbot-1.0/lib/game.py", line 57, in mainLoop self.attack(pos) File "/home/bjorn/source/pyweek6-entries/monsterbot-1.0/lib/game.py", line 93, in attack struct.startAttack(self.player.selectedAttack) File "/home/bjorn/source/pyweek6-entries/monsterbot-1.0/lib/structure.py", line 72, in startAttack self.proba = (lmax-lmin)/lmax*attack.proba ZeroDivisionError: float division