RoboCute for President!
RoboCute offers you his protection. :)
Heh, I finally did a robot sprite in InkScape.
I don't seriously expect to win, but I can still have some fun! BTW, I'm going to start judging you guys so be nice to me! :)
(log in to comment)
Comments
If you post the model and driver version of your video card I might be able to figure it out.
issue someone posted on the RoboCute at Google Code site.
Don't feel bad if you don't feel like fixing the errors to evaluate the entry. I probably should have declared DNF.
Uh, oh. Here's an Don't feel bad if you don't feel like fixing the errors to evaluate the entry. I probably should have declared DNF.
If you submit a final entry - even if it has bugs - it disqualifies you from DNF as far as I'm concerned :)
scene = Scene(win, "RoboCuteSpawnDebug.ods")
And uncomment:
#scene = Scene(win, "RoboCute.ods")
(Groan ...)
Traceback (most recent call last): File "run_game.py", line 16, in main.main() File "/home/bjorn/source/pyweek6-entries/robocute/lib/main.py", line 44, in main scene.draw(camera) File "/home/bjorn/source/pyweek6-entries/robocute/lib/robocute/scene.py", line 237, in draw self.mice.draw(graphics) File "/home/bjorn/source/pyweek6-entries/robocute/lib/robocute/layer.py", line 49, in draw g.x = node.x
I'll grab the svn so I can try it, but obviously can't use that for judging.
I'm reworking the front and back end right now, so any given revision could either look like a game or the editor until the front end gets sorted out. Sorry. :(
It's good to know that what's on SVN is working for you. Thanks for the input!
I managed to get paging terrain semi-working. Just need to implement code to shift the page map tied to the camera.
Here's the code: robocute_080417_1.zip
Still not much of a game ... maybe in a year or so ... :)
j-1 on 2008/04/08 17:30:
I can't get it to work: A moment after rolling the dice and getting a value, the screen turns black. The game is still responsive, though, since it responds to a QUIT event...