FoonLudum Dare ExplorerLD25 → Life of the Death

Life of the Death

By se1by

View on Wayback Machine

CategoryRankScoreCount
Mood4152.69
Humor5142.08
Theme5732.69
Fun6132.27
Innovation6332.27
Graphics6872.00
Overall7442.06
Coolness94832

Comments

parapup 2012-12-17 15:58

Mmm I was lost in what to do, I could fly abnormal unless intended and was unable to walk on the ground.

wukkopi 2012-12-18 10:54

Umm, I think that soul is too fast? I managed to get in front of the soul in the first level, but in the second level it just get further away pixel by pixel.. and after some time I die.

edocentrique 2012-12-18 11:57

I know it must have been hard to make this so i suggest you could add just a little background music to make us feel more challenged !

gamerespect 2012-12-19 06:51

The concept is really good, but there are some problems with the collision detection, and chasing souls in a straight line but not being able to catch up is frustrating. There is a lot of potential for this game though!

jesterblue 2012-12-19 22:19

In the first level I hit space first thing then saw the soul flying away from me, so I thought I fired a bullet. Then I wandered around and nothing happened until I died. Tried again and I think I got the point that time. Having more souls to catch might be good.

jmaasing 2012-12-21 20:38

Sorry can't rate since I don't have windows.
All your download links seems to point to the windows distribution and my linux can't load the DLLs :)

I tried pointing to a linux version of LWJGL-2.8.5 natives. App started, a black screen that said "Hallo welt" and "Made by.." then nothing happens.

tumoxep 2012-12-21 20:47

Pretty nice. I will like to see more levels in post-compo version.
Sorry to hear about your grandmother.

youdonotexist 2012-12-21 21:15

Getting an exception when running on my Mac:

http://pastebin.com/LWGyenZ4

Ping me on Twitter (@youdonotexist) when you get a working build or need help getting it working for Mac.

ceronman 2012-12-21 22:37

Sorry couldn't run this game on Ubuntu 12.10: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

se1by 2012-12-27 05:30

@all:
Thanks for the feedback, it's a strange (but very good!) feeling to know that my game gets played :)

@Parapub:
Tapping to fly and beeing unable to walk on the ground is intended to add some difficulty.
@Wukkopi:
I was able to catch the soul in both levels...
If it is too fast, change the speed variable in the level file.
@Edocentrique:
Will be added in the post - compo :)
@GameRespect:
I know :/ The collision thing took so much time that I changed to a pretty simple algorithm. Will get fixed in the post - compo (or the post - post - compo as it really needs time).
@JesterBLUE:
You need to hit the soul with your scythe ;)
More souls? Nice idea, I'll think about it :)
@jmaasing:
I'm currently fixing the OS bugs :/
Sorry for the inconvenience :(
@tumoxep:
Thank you :)
Somehow, writing this game helped me to handle her death.
@youdonotexist:
Currently working on this bug.
Should be fixed pretty soon.
@ceronman:
Will be fixed soon, shouldn't take long to fix it.

superdisk 2012-12-28 21:56

Neat game. However, the controls were kinda erratic and while mashing space to get the soul, the cutscene would show up and I'd accidentally skip it. Still cool though.

vilcans 2013-01-02 19:19

Didn't manage to get it to run in Linux Mint.

This is as far as I got:

$ java -Djava.library.path=/usr/lib/jni -jar LifeOfTheDeath.jar
Wed Jan 02 20:18:12 CET 2013 INFO:Slick Build #274
Wed Jan 02 20:18:12 CET 2013 INFO:LWJGL Version: 2.8.5
Wed Jan 02 20:18:12 CET 2013 INFO:OriginalDisplayMode: 1600 x 900 x 24 @60Hz
Wed Jan 02 20:18:12 CET 2013 INFO:TargetDisplayMode: 800 x 600 x 0 @0Hz
Wed Jan 02 20:18:12 CET 2013 ERROR:null
java.lang.NullPointerException
at java.lang.String.getBytes(String.java:986)
at org.lwjgl.opengl.LinuxDisplay.nSetTitle(Native Method)
at org.lwjgl.opengl.LinuxDisplay.setTitle(LinuxDisplay.java:760)
at org.lwjgl.opengl.Display.setTitle(Display.java:538)
at org.lwjgl.opengl.Display.createWindow(Display.java:309)
at org.lwjgl.opengl.Display.create(Display.java:845)
at org.lwjgl.opengl.Display.create(Display.java:754)
at org.newdawn.slick.AppGameContainer.tryCreateDisplay(AppGameContainer.java:299)
at org.newdawn.slick.AppGameContainer.access$000(AppGameContainer.java:34)
at org.newdawn.slick.AppGameContainer$2.run(AppGameContainer.java:364)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:345)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at com.BitByterStudios.se1by.Game.Game.main(Game.java:95)
Wed Jan 02 20:18:12 CET 2013 INFO:Starting display 800x600
Exception in thread "main" java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glGetString(GL11.java:1770)
at org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer.initDisplay(ImmediateModeOGLRenderer.java:32)
at org.newdawn.slick.GameContainer.initGL(GameContainer.java:723)
at org.newdawn.slick.GameContainer.initSystem(GameContainer.java:748)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:378)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at com.BitByterStudios.se1by.Game.Game.main(Game.java:95)

kevinworkman 2013-01-05 17:13

This is a pretty good start, but the controls are a bit clunky. There's probably a better way to go than making the user spam W and space- I ended up skipping past the level screens by accident. Some more variety would be nice, but this is a good start.

By the way, if you're looking for a better host than dropbox, you might consider the free Java hosting I offer at http://StaticVoidGames.com. Our uploader automatically handles LWJGL. Either way, happy coding!

cyboot 2013-01-07 20:54

I agree with some of the comments, its a good start for a nice game if you put some more work into it.
I played it in 2 mins (maybe 4, because I forgot to catch the soul with SPACE at first time) because its only 2 levels.

But good job nevertheless :)

rawbits 2013-01-07 22:25

I think this a good idea but a terrible implementation. The spirits are moving way faster then death so it's impossible to catch them. I had some cases when hitting SPACE didn't cought them too. Also how is that Death can't go through stuff or move on land?