devwil 2011-12-18 06:35
Small thing, but pressing ESC should really give players their cursor back.
Big thing: got to the lava level and unlocked the door... but saw no door.
Foon → Ludum Dare Explorer → LD22 → Alone, the Game
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Graphics | 475 | 2.26 | ||
| Theme | 484 | 2.26 | ||
| Audio | 489 | 1.48 | ||
| Mood | 515 | 1.83 | ||
| Fun | 564 | 1.82 | ||
| Overall | 565 | 2.17 | ||
| Innovation | 572 | 1.80 | ||
| Humor | 575 | 1.29 | ||
| Community | 625 | 1.75 | ||
| Coolness | 641 | 10 |
Small thing, but pressing ESC should really give players their cursor back.
Big thing: got to the lava level and unlocked the door... but saw no door.
My mouse just goes out of the screen, so I cant play :(
Thanks, devwil! I'll fix those things, really easy bugs. Perhaps the cursor problem you were talking about can be fixed with the esc suggestion, Rocknez?
I've uploaded the new web version. I'll upload the source and downloadable versions in a few hours.
Escape switches between mouse shown, and not shown.
Hey I see that you are using Unity 3D, I do to. I wanted to know how you make teleporters (like the "tutorial" section at the beginning of the game) on Unity 3D. But OT, the game is pretty good!
var sceneToLoad : String;
function OnTriggerStay(other : Collider)
{
Application.LoadLevel(sceneToLoad);
}
function Update ()
{
}
My script for portals. Really simple! Oh, and you need to remember to add the scene you are teleporting to to the build settings list.
Thanks a lot, it worked!
Extra points for unsing fractals in the paintings. xD
Way to short
All right. Bit buggy, but a good platform/puzzler/portal game.
yess ;)
This game fails to set the "alone" mood for me. It looks like a somewhat psychedelic platform game. I also didn't understand that the floor was actually lava in the second level, so I was wandering how should I move the blocks (they say "move!") if every time I start over again...
Somewhat disjointed art, the core mechanics are a little clunky, and it didn't really evoke the theme for me...but I did enjoy playing it through :)