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

That's a really cool idea, makes me think of Uplink and other hacker games. Thanks for creatively interpreting the "robot" theme!
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...
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.
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