Alice and Bob's tiny cubic planet by kch42
Here is my first game for Ludum Dare:
Alice and Bob's tiny cubic planet.
Alice and Bob live happily on a tiny cubic planet...
... but then a volcano erupted and they've got separated by each other!
Help them to fnd their way back to each other!
Controls:
Arrow keys to walk. Escape to quit the game. Other keys are described during the game.
Windows Version:
You might need the Visual C++ 2008 Redistributable Package, which you can download here: http://www.microsoft.com/download/en/details.aspx?id=29
Timelapse video:
http://www.youtube.com/watch?v=X1PmrKgocWY
New, improved versions (The links above point to the original versions):
* Python(Pygame): http://kch42.de/ld-23/abtcp-improved.zip
* Source: http://kch42.de/ld-23/ld-23-improved.zip
* Windows: http://kch42.de/ld-23/abtcp-improved-win32.zip
Alice and Bob's tiny cubic planet.
Alice and Bob live happily on a tiny cubic planet...
... but then a volcano erupted and they've got separated by each other!
Help them to fnd their way back to each other!
Controls:
Arrow keys to walk. Escape to quit the game. Other keys are described during the game.
Windows Version:
You might need the Visual C++ 2008 Redistributable Package, which you can download here: http://www.microsoft.com/download/en/details.aspx?id=29
Timelapse video:
http://www.youtube.com/watch?v=X1PmrKgocWY
New, improved versions (The links above point to the original versions):
* Python(Pygame): http://kch42.de/ld-23/abtcp-improved.zip
* Source: http://kch42.de/ld-23/ld-23-improved.zip
* Windows: http://kch42.de/ld-23/abtcp-improved-win32.zip
| Python(Pygame) | http://kch42.de/ld-23/abtcp.zip |
| Source | http://kch42.de/ld-23/ld-23.zip |
| Windows | http://kch42.de/ld-23/abtcp-win32.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-23/?action=preview&uid=12039 |
Ratings
| Coolness | 50% | 3 |
| Overall | 2.46 | 741 |
| Audio | 1.78 | 670 |
| Fun | 2.30 | 705 |
| Graphics | 1.96 | 835 |
| Humor | 2.00 | 539 |
| Innovation | 2.75 | 511 |
| Mood | 2.32 | 650 |
| Theme | 3.11 | 399 |
Nice concept.
Collision was wonky, kept getting hung up on things, and movement was REALLLLY slow. Also couldnt easily tell what was walkable and what wasn't.
- I didn't realize for a long time that my position was shown on the map. It's very subtle, consider making it more obvious.
- What is the key for? I didn't seem to need it.
- The arrow key movement is annoying - I think when changing directions I should also try to move in the new direction. And maybe key strokes should be buffered.
- The colors of the tiles didn't match what I would expect to be walkable.
I fastened up the movement animations and made the character walk instantly after changing directions, that really is much better.
Also I tried to improve the minimap, i think it is better now.
I will upload an improved version in some minutes (AFAIK this is allowed, as far as I do not replace the original version, right?)
Thank you all for giving me the advices :-)
The audio was a bit unpleasant, so I turned the volume far down.