Stratejelly - anyone figured out how to play it?
There is no README, and following the meagre in-game instructions doesn't seem to lead to anything useful happening. What am I supposed to do?(log in to comment)
Comments
I had mauve's problem and sorted that out.
Once I'm in game I'm lost though. I hit x on the grey ooze and get a little pointer but then nothing changes and button mashing causes no obvious effect.
Once I'm in game I'm lost though. I hit x on the grey ooze and get a little pointer but then nothing changes and button mashing causes no obvious effect.
Once I'm in game I'm lost though. I hit x on the grey ooze and get a little pointer but then nothing changes
That's where I'm at as well. Am I missing something, or do I need to mark it as a DNW?
That's where I'm at as well. Am I missing something, or do I need to mark it as a DNW?
Mauve's post includes two fixes. You need the second one too:
> Another problem was that the levels appear blank, which was also down to line endings. I fixed it by adding the mode 'rU' to open() in map.py, line 30.
Worked for me — thanks Mauve!
> Another problem was that the levels appear blank, which was also down to line endings. I fixed it by adding the mode 'rU' to open() in map.py, line 30.
Worked for me — thanks Mauve!
Ah I see. I guess I thought "level appears blank" meant he was getting a blank screen, I should have thought of that. It works now. Thanks cyhawk.
That's got it working for me, too. Great game -- I keep discovering more depths to it!
But the last two levels (the ones with stars by them) don't seem to be accessible. Has anyone got these to work?
But the last two levels (the ones with stars by them) don't seem to be accessible. Has anyone got these to work?
@gcewing - I get the impression you have to save up stars to unlock those ones.
How do you get stars? I never noticed anything about that.
I think you get them by completing levels - more stars for doing it on higher difficulties.
mauve on
2010/04/12 23:15:
I found a problem with line endings that makes the levels appear blank:http://www.pyweek.org/d/3301/
Is that what you're seeing?