First entry
Hello 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 =)
(log in to comment)
Comments
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
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!