Alien Depths by Skiddings 2014-05-11T15:40:00
Good game!
Only thing to mention: the shadows of the particels are too dark!
Foon → Ludum Dare Explorer → Users → BuddaKaeks
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Au | Hu | Mo | Co | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2016 | 35 | Shapeshift | Shift the shape... best name ever! | compo | |||||||||||
| 2015 | 33 | You are the Monster | Little monster's way back to home | compo | 383 | 3.21 | 2.90 | 3.39 | 3.15 | 3.07 | 2.89 | 2.65 | 3.35 | 84 | |
| 2014 | 30 | Connected Worlds | Planets - A space odyssey | compo | 17 | ||||||||||
| 2014 | 29 | Beneath the Surface | Adventure of the anglerfish | compo | 945 | 2.77 | 2.60 | 2.93 | 3.23 | 2.50 | 2.04 | 2.08 | 2.79 | 57 |
Good game!
Only thing to mention: the shadows of the particels are too dark!
Actually, it's a good game, but there are three things which I want to mention:
First of all, I didn't have any problem with my oxygen, maybe you could reduce the maximum amount of oxygen.
The scond thing: In that cave, why there are three bottles at once?
And last but not least, you can leave the world border and that looks really ... crappy.
But it's still a pretty good game
The limitation of the view ist wanted, because anglerfishes usually live miles under the surface-- there is no light except from their own ones
The loading screen's only sence is to show you useful hints..
Well, actually there might be better ways to do that, but useless loading screens are great, aren't them?
Rules for the 48 hours compo: Source must be included.
And aren#t you able to create a windows version of the game?
very nice xD
Pretty good littel game, some background music would be great, only hearing those annoying clicking sounds is...
Does anyone know Java's or C++'s answer to Math.sqrt(-1); ?
I don't thinkt they can handle complex numbers :D
@alyphen: Actually there shoudl be audio...
i knew midi files would make problems
Nice game, imo the audio is a bit too agressive
You asked me how to do the sphere view :D
Google "post processing shaders"
Can't play it,
unity says, the data is missing
(there's only an executable, unity needs also the "NameOfExe_data" folder)
Nice game
I think i know your problem with LWJGl.. it's the path to the native library, isn't it?
public static void main(String[] args){
System.setProperty("org.lwjgl.librarypath", new File("relative/path/to/native/folder").getAbsolutePath());
//your code
}
That should solve it