monster run by pianoman373

[raw]
made by pianoman373 for LD33 (COMPO)
You are a Monster being held in a secret facility and you must escape!

Jump and climb your way through the game to get to the doorway at the end while avoiding turrets and electric fences.

controls:

A/D: left/right
Spacebar: jump
S: crouch (you dont take damage)
W while on wall: climb
sroll: zoom

To run simply download the zip file, extract it, and run monster-run.jar.

I used Eclipse, LWJGL, GIMP, and my own engine code contained in com.pianoman.engine.

Feedback

BuddaKaeks
24. Aug 2015 路 00:28 UTC
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
}
BuddaKaeks
24. Aug 2015 路 00:29 UTC
That should solve it
馃帳 pianoman373
24. Aug 2015 路 01:02 UTC
I just figured it out and submitted the jar.
My problem was eclipse doesnt put the classpath in the manifest file so it didnt know where to where to find the jar.

That code is just needed by LWJGL so it can load it's DLL's
andreymust19
24. Aug 2015 路 15:15 UTC
I have error after running 'monster-run.jar':

---------------------------
Java Virtual Machine Launcher
---------------------------
Could not find the main class: com.pianoman.game.Main. Program will exit.
---------------------------
袨袣
---------------------------
tweedle
26. Aug 2015 路 23:09 UTC
Like the idea! Climbing walls was a pretty cool mechanic.
peecestudios
28. Aug 2015 路 23:47 UTC
This is such a rage game, I love it.
okmmjyygv
05. Sep 2015 路 21:43 UTC
liked the idea.