FoonLudum Dare ExplorerLD30 → SPIRITS!

SPIRITS!

By hackingroelz

View on Wayback Machine

CategoryRankScoreCount
Coolness183628

Comments

oranebeast 2014-08-25 05:54

You forgot source!

hackingroelz 2014-08-25 06:57

The game's coded in Lua, so the source is included in the Windows version.

deathpidgeon 2014-08-25 07:02

How do you run your game? I installed the LUA interpreter but when I double click on main file a terminal window flashes then goes away.

hackingroelz 2014-08-25 07:19

Run the debug.bat file or run the jar directly

hungyg 2014-08-25 07:56

Lights didn't seem to work for me, but other than that, cool game!

mcfood 2014-08-25 08:16

Nice stealth action, lots of things to interact with as your other self, quite difficult though I found.

hackingroelz 2014-08-25 08:25

@hungyg, if you're running the jar file, try the batch file. For me the lighting doesn't work either when I run the jar file directly, no idea why, it should be exactly the same.

mrsylar59 2014-08-25 09:11

When I run the jar, I have a black screen and when I run the batch file, same + Compilation error
http://www.hostingpics.net/viewer.php?id=611377error.png

vallar 2014-08-25 11:05

The game idea looked really nice and since I love stealth game I liked it.

It is a bit too difficult where the mobs detect you sometimes when they are giving you their backs. They sometimes find you in dark areas too. Wasn't really sure what to do some of the time. But I had fun with some of the levels and the interactions.

All in all, I liked the game's idea and how I interact with things in the spirit world.
Good work :)

chronusz 2014-08-26 20:45

I felt as though the guards' lines of sight were often wonky. Also, it seems as though hiding in the shadows doesn't affect visibility, which is odd for a stealth game. Nice job, otherwise, though!

queader 2014-08-26 20:52

Game looks great on screenshots, too bad I get an error too :/ This is the log: http://pastebin.com/pAtjPbT1

tmpxyz 2014-08-31 05:30

[rGine] Initializing...
[rGine] Loading game code...
[rGine] Initializing game...
Exception in thread "main" org.luaj.vm2.LuaError: vm error: org.luaj.vm2.LuaError: attempt to index ? (a nil value)
at org.luaj.vm2.lib.jse.JavaMethod.invokeMethod(Unknown Source)
at org.luaj.vm2.lib.jse.JavaMethod$Overload.invokeBestMethod(Unknown Source)
at org.luaj.vm2.lib.jse.JavaMethod$Overload.invoke(Unknown Source)
at main$init.call(main.lua:6)
at org.luaj.vm2.lib.ZeroArgFunction.invoke(Unknown Source)
at org.luaj.vm2.LuaValue.invoke(Unknown Source)
at hackingroelz.LuaEnv.invoke(LuaEnv.java:123)
at hackingroelz.Start.main(Start.java:53)
Caused by: org.luaj.vm2.LuaError: attempt to index ? (a nil value)
at org.luaj.vm2.LuaValue.error(Unknown Source)
at org.luaj.vm2.LuaValue.indexerror(Unknown Source)
at org.luaj.vm2.LuaValue.gettable(Unknown Source)
at org.luaj.vm2.LuaValue.get(Unknown Source)
at org.luaj.vm2.LuaValue.get(Unknown Source)
at hackingroelz.debug.Log.fatalError(Log.java:170)
at hackingroelz.gfx.Screen.createDisplay(Screen.java:70)
at hackingroelz.gfx.Screen.createDisplay(Screen.java:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
... 8 more

endurion 2014-09-02 12:01

Sorry, no Java.

tosic 2014-09-05 08:41

Made in pure java? Congratulations...
Nice game! :D

jprogman 2014-09-11 02:35

I only got a black screen. Do I need a certain version of Java?