Incomplete Rope-Based Game by Gopher
Clever title, eh? As entries go this one was a bit of a fail, too much time on tech and getting used to chipmunk, not enough time, y'know, making a game. Also came into the compo sleepdep'd and stayed that way throughout, so by midnight saturday I was beyond useless. Can't win or lose, no objectives, no menu, but it's got a rope!
Fairly pleased with the rope dynamics, and while there is no game here, I did have fun playing around with them.
Controls:
arrows move left/right, up jumps; ctrl anchors or releases the rope.
Was going to have rope extensions as pick-ups, but didn't get to it, so hacked in keys; you can hit '1' to switch to the looong rope (1000px) and 2 to switch back to the short one (200px).
Fairly pleased with the rope dynamics, and while there is no game here, I did have fun playing around with them.
Controls:
arrows move left/right, up jumps; ctrl anchors or releases the rope.
Was going to have rope extensions as pick-ups, but didn't get to it, so hacked in keys; you can hit '1' to switch to the looong rope (1000px) and 2 to switch back to the short one (200px).
| Windows | http://geomys.com/ld/ld20/gopher_LD20_RopesUntitled_hackfix.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-20/?action=preview&uid=1738 |
Feedback
🎤 Gopher
03. May 2011 · 06:45 UTC
so, a friend tested this and it crashed for him; on investigation, I found it will crash for me if I run in release mode with the debugger active, tho it doesn't crash for me otherwise. Seems an fstream::operator << call is clobbering the stack somehow, as it returns from the call with an "improved" this pointer. >.<
🎤 Gopher
04. May 2011 · 03:51 UTC
oohkay, not sure I've fixed the real problem, but got a hackfix that has worked for everyone who's tried it so far. Now, I return to figuring out what was actually going on, so I can turn logging back on :P
Dark Acre Jack
08. May 2011 · 05:59 UTC
I totally get what you were going for here, and there's a lot of potential for this feature. Hope you develop it further!