FoonLudum Dare ExplorerLD23 → Quest For Matter

Quest For Matter

By theprevenge

View on Wayback Machine

CategoryRankScoreCount
Audio6221.94
Fun6632.39
Innovation7222.28
Graphics7312.28
Theme7472.33
Humor7481.50
Overall8112.28
Mood8321.85
Coolness91328

Comments

azmaeve 2012-04-23 16:42

It does not work on my machine I get a "NullPointerException".
It might be a linux specific crash.

hume 2012-04-23 17:03

Working on Windows, however I can't playtest full screen apps here and ctrl-F results in a black screen. Will try again from home.

vigrid 2012-04-23 17:49

The game works, but it doesn't look like it has any purpose. I haven't been motivated to keep playing it.

mattchu 2012-04-23 18:05

Crashed on startup. No message. :/

theprevenge 2012-04-23 19:42

I have tried it myself on both Windows and Mac, and it seems to be working fine for me. I'm not sure about Linux though, I included the needed natives, but it's not tested.

As for purpose, it is just a simple arcade style game where you connect points as the game gets harder and harder.

theprevenge 2012-04-23 19:45

*collect points, I meant

siasia 2012-04-26 03:02

http://pastebin.com/581e99h2

hume 2012-04-26 23:24

Okay, it's working for me from home. I flew around and ate some green things. The red things seemed to get bigger, which was kind of exciting, and the green things started to move. I am used to flight simulators so I kept getting up/down reversed, but that's okay.

You say "collect" green matter, as though the yellow sphere retains it. Does it retain the green matter? If so, what happens? The yellow sphere didn't seem to grow.

Anything where you're flying in space is automatically something I enjoy. Here, I'd like to see what you could do with it in another weekend!

derosa 2012-04-26 23:30

I liked the game, but here are some thoughts of mine: I'd add the ball a little traslucent so I can see where I'm heading sometimes. Also, don't know what the second counter is for. And lastly, maybe being able to shoot down some red balls while reducing the amount of collected balls. Post-compo features? :)

theprevenge 2012-04-28 14:14

@siasia, The error is from the loading of the sound effect file in the "res" folder. I'n not sure why it's happening, but my guess would be that either the files are not there or they are protected so that the program can't access them.

@Hume and derosa, Some great ideas right there! And, just to answer some of the questions:
The yellow sphere does not grow, it was my original idea, but I couldn't think of a good way to make implement it. Since there is not much of a surrounding environment the only way I can think of making the sphere move is o make it cover more of the screen, which would make it really hard to see.
The second counter is for the high score. There were some problems with it in my first upload, but now the high score should work fine and also be saved on your computer.

caranha 2012-04-28 15:15

A 3D running game, this is quite an unique idea for LD23, I liked it! Bonus points for multi-platform.

The game still feels a bit incomplete, some suggestions to improve it:

When the player moves up/down/left/right, you could have the stars in the background move very slowly, to improve the feeling of movement.

Maybe put the camera a tad behind and above the player, instead of straight behind, so we can have a better idea of the actual distance to the objects?

Thanks for the game!

racarate 2012-04-28 15:59

Not bad, I was immediately turned off by the lack of music but the planetoids looked nice (if repetitive) and the excitement of nearly missing smashing into a planet was adrenelineish. I got up to 65... matters and then the green planets appeared to be running away from me. I'm not sure I understand that mechanic, but I think if you added some music and variety of motion and obstacles this might feel like a StarFox level. Also, I had no idea what the second counter was supposed to be doing.

joecool17 2012-04-28 16:09

I like the idea very much, but I wish there was more of a goal, to make the yellow thing grow, or move faster, or something. Great job on the 3d though!
Also, I had some troubles extracting the .zip on my Vista machine, I had to use 7Zip to open it, something to do with OSX's oddball .zip thing.

robcozzens 2012-04-29 22:18

That was really good for such a simple game.

raptor85 2012-05-11 22:12

to run you probably need to set the library path, I did else it can't find lwjgl, run as
java -Djava.library.path=./ -jar Quest\ For\ Matter.jar

didnt really seem to be anything to do though, just fly through the green dots.