Lost in Dimensions by intripoon
Lost in Dimensions is an action game with puzzle elements.
The world is ripped apart in several Dimensions and you jump between them every 10 seconds.
I used emscripten which is pretty cool because I so much prefer C++ over javascript and emscripten makes it run in browsers anyways.
The Web version should work in modern browsers supporting WebGL. I tried it in Firefox and Chrome - it runs a bit more fluent on Firefox. I noticed that on XP with older graphics drivers, those browsers disable WebGL. So if you are on XP and have old drivers, either update them or download the native compiled version. Also if your pc is very slow, the native version probably runs faster. You need the VC runtimes for the native version though: http://www.microsoft.com/en-US/download/details.aspx?id=30679 . Other native games an programs need them too, so chances are, they are already installed on your pc.
I originally planned to make this a compo entry, but on saturday evening a friend of mine came by and wanted to see what it's all about. So she ended up with drawing a few graphics and so it's a jam entry now.
I fear the game might be a bit hard. So here is a Cheat: You can skip to the next level with 'j'.
The world is ripped apart in several Dimensions and you jump between them every 10 seconds.
I used emscripten which is pretty cool because I so much prefer C++ over javascript and emscripten makes it run in browsers anyways.
The Web version should work in modern browsers supporting WebGL. I tried it in Firefox and Chrome - it runs a bit more fluent on Firefox. I noticed that on XP with older graphics drivers, those browsers disable WebGL. So if you are on XP and have old drivers, either update them or download the native compiled version. Also if your pc is very slow, the native version probably runs faster. You need the VC runtimes for the native version though: http://www.microsoft.com/en-US/download/details.aspx?id=30679 . Other native games an programs need them too, so chances are, they are already installed on your pc.
I originally planned to make this a compo entry, but on saturday evening a friend of mine came by and wanted to see what it's all about. So she ended up with drawing a few graphics and so it's a jam entry now.
I fear the game might be a bit hard. So here is a Cheat: You can skip to the next level with 'j'.
Ratings
| Coolness | 57% | 3 |
| Overall(Jam) | 3.22 | 240 |
| Audio(Jam) | 2.57 | 369 |
| Fun(Jam) | 2.88 | 314 |
| Graphics(Jam) | 2.59 | 480 |
| Humor(Jam) | 2.06 | 378 |
| Innovation(Jam) | 3.24 | 177 |
| Mood(Jam) | 2.67 | 378 |
| Theme(Jam) | 3.39 | 163 |
@Katamori: For the native version, you need this: http://www.microsoft.com/en-US/download/details.aspx?id=30679
@nitrocrime: You jump between the dimensions every 10 seconds. Is it possible to miss that?
I also liked how the sound track shifted between dimensions.
So yeah, pretty hectic game, but also quite entertaining.
However, you may want to mention that those holes are actually the gates to leave dimensions : your advice about "bad things" made me think it was some kind of poisonous stuff I did not want to touch ...
Lava and monsters are cool mecanisms.
A bit hard though, yes.
Also, good to see another emscripten entry :)
@anmorales: I hated that as well. I tried adding a button so you Switch dimensions earlier, but that took the uncertainty of when it will happen away. So in most cases, that was bad, only for the few waiting cases it was good. So I removed that key again.
kidanger: I saw yours, too. You posted in the #emscripten irc channel. More people should use it. It's just awesome! :D
Sometimes the dimension does not change. It is a bug ?
I don't like the levels with enemies and this is a bit difficult !
The finish state of the dimensions of the current level is display at the bottom of your screen. There is one square for each dimension of the current level. A green square indicates a finished dimension. A blue square indicates an unfinished dimension.