Robot Underground
Robot Underground: Action RPG with pleasing graphics and engaging plot!
Awards
Scores
Ratings (show detail)
Overall: 3.9
Fun: 4.1
Production: 4.3
Innovation: 3.4
Respondents: 29
Files
File | Uploader | Date |
---|---|---|
robot-underground-1.0.4.zip
Robot Underground 1.0.4 |
Martin | 2008/04/27 17:39 |
robot-underground-1.0.2.zip
First post pyweek release (fixed) |
Chard | 2008/04/23 13:11 |
robot-underground-1.0.1.zip
— final
final entry |
Chard | 2008/04/06 22:46 |
screenshot4.png
Explosion! |
Martin | 2008/04/04 12:52 |
screenshot3.png
6-hit combo |
adam | 2008/04/04 02:27 |
screenshot2.png
Gameplay |
adam | 2008/04/02 22:16 |
screenshot.png
Harlesden |
Martin | 2008/03/31 18:42 |
Diary Entries
ToGEPy
Announcing the release of our PyWeek library: ToGEPy 0.1!
http://www.srcf.ucam.org/~mewo2/togepy-0.1.tar.gz
There's even a mildly fun asteroids clone in there as an example. We spoil you.
(Edited for a working download location)
Our game doesn't have a name yet
Progress so far: eight pizzas eaten, nine litres of cola drunk. Also, see the above screenshot.
start of day 3
memory leak
import random import gc from pyglet import window, clock, text from pyglet.gl import * w = window.Window() l = text.Label("", font_size=w.height, x=w.width/2, y=w.height/2, halign="center", valign="center") f = clock.ClockDisplay() while not w.has_exit: w.dispatch_events() w.clear() l.text = "".join(map(lambda x: random.choice("abcdef"), xrange(3))) l.draw() f.draw() w.flip() gc.collect() clock.tick()
Why, Python, why?
Difficulties
Our team has been encountering an extremely severe problem: we keep getting distracted by playing our game and neglecting the huge amount of stuff we still have to add.
Testing difficulties
Latest screenshot
Explosions
We had lasers on day one, but it's taken until now for our first explosion.
I think there's something wrong with our priorities.
Action RPGs for all
Our game is submitted. By MD5 but you'll be seeing it before long. But just to whet your appetites here's our complete feature list (and not a single word of a lie). Our game:
- Is an originally presented action RPG.
- Sports an array of 21 player weapons and 7 weapons only usable by enemies, couple with extensive modding system for endless variety
- Has approximately 40 types of enemy and 10 varied boss fights
- Provides an estimated 2-3 hours of gameplay including an extensive storyline (not including the optional challenge dungeon), supported by a powerful and flexible scripting system
- Is presented in 100% anti-aliased scalable vector graphics
- Implements saving and loading.
- Has an interactive tutorial!
- Has procedurally generated dungeon design.
We even found time to script multiple endings! Seriously, this has been a good PyWeek. We've been working down to the minute to get this all together, personally I really wanted to go back and make sure the interface wasn't going to break. I know there were lots of features and classic RPG elements we wanted to try and implement but didn't get round to. The entire optional challenge dungeon mentioned above, just to give you an example, was implemented in the last few hours.
We're not certain its bug free, so we recommend a saving policy. But when you play, I know you'll agree quite how clean and well paced this is. We are very pleased with our results, now we get to play it!
Release delay
There's some problem with my MD5 sum, I think I may have generated it by reading the file in text mode rather than binary mode, these things are really confusing. At any rate, you can play the game by downloading it here for now, although you can't rate it. I've asked Richard what can be done about it so it may be up here eventually, I just thought everyone would like to play it anyway.
Oh! You need AVBin, this wasn't in the README. You can get it at http://code.google.com/p/avbin/.
Have fun, everyone.
Robot Underground - a Cambellian monomyth robot action RPG in five acts.
Robot Underground: for your enjoyment and pleasure
Well, with the madness of coding behind us, we've managed to take some time out to actually play our game (along with everyone else's). There's a whole raft of stuff we'd like to improve or add, possibly in some future post-Pyweek release, but there's a couple of specific issues which might merit the attention of players over the next two weeks:
- There's some slow resource leak we haven't managed to track down yet. This can slow the game down after playing for a long time. If you save your game, quit completely, then restart the game and reload, performance will return to normal.
- If you ask Putney to send you to the Outer Zones while he and Victoria are both in the room on the very left of the town area (after the fifth or sixth story-based mission), you will receive the error message 'programming error: unknown scene key' followed by a game over screen. Pyweek purists may rest assured that you can finish the game without needing to do this, but if you want, you can fix the error by changing the string 'outerzones' to 'ozmission' on line 112 of lib/content/act3.py.
Linux issues with Robot Underground
We've had some reports of errors that look like this:
pyglet.image.codecs.ImageDecodeException: Unable to load: maps/controlroom.bmp
This is a problem with pyglet image loading on Linux (I knew we should have tested on Linux). If you want to give us a DNW, that's fine, but if you'd still like to play the game, you can download a set of replacement map files here. Just extract them to the data/maps directory, overwriting the files which are already there. You'll also need to add the following line between lines 20 and 21 of lib/worldgen.py:
if pitch > 0: offs -= pitch
Robot Underground feedback
We're still working on Robot Underground, albeit at a much slower rate. We've got a to-do list for the next version, but what we'd really like is some feedback from unpaid testers *cough*, I mean players. What works, what doesn't, which bits are too easy, which bits are too hard, where does the story fail to make sense? These are the things we need to know in order to make the game better.
If you have any comments, please feel free to leave them here. Bug reports are also welcome, although we think we've fixed all the major bugs since the competition release.
Robot Underground - The Future
Well, there's been a lot of positive comments in the feedback and a fair few neutral comments. I guess you can't write a game everyone'll like. I won't do a complete post-mortem on those comments because there isn't much to say, except thank you. There were some featurue suggestions/bug reports but most everything has been covered in the feedback thread we started earlier.
There'll be a post-pyweek release very shortly (Mon/Tue perhaps) with a lot of the major fixes and then an overhaul of the content and engine someway down the line. This is the plan anyway, we're still keen on this project and we hope to see it continue to do well. There may be some kind of website and bug reporting mechanism for players before long so watch this space!
Robot Underground 1.0.2
Here it is, our first post-pyweek release. There've been a lot of cosmetic changes and I don't know what they are anymore but I'll mention some key differences here:
- Item names are more interesting than they used to be.
- The inventory menu is new and improved.
- Targeting enemies is easier now.
- Balance has been tweaked.
- We added a new weapon. :-)
- A million little things.
Basically, it works better now. Feel free to post feedback to this diary. Our next release (a couple of months away I would estimate) will be a massive content upgrade.
Robot Underground 1.0.4
Another release!
Mostly bugfixes this time around, although there are a few little content tweaks, and an extra super-secret weapon, which I'm sure all you RU completists will want to try out.
The big change in this release, from a development standpoint, is that we've included a lot more logging, to help with balance issues. As such, it would be really great if you could send us copies of your savegames. Eventually we'll have an automated system for this, but for now, we'd appreciate having copies of your save/game0.sav, etc. emailed to savegames@supereffective.org. Only savegames from this version (or later) are useful, so don't worry about old savegames. However, we're particularly interested in receiving savegames from people who had trouble with the game, or who didn't really enjoy it.
Anyway, enough talk, here's Robot Underground 1.0.4.
Continuing Development
As we've said before, it will probably be a while before the next Robot Underground release. However, you can now follow development at our website, www.supereffective.org.
We also have Windows and Mac binaries of the latest release, so if you've been having trouble getting things to run up until now, or you'd like to share Robot Underground with your less Python-inclined friends, now you can.