Foon →
Ludum Dare Explorer →
LD40 →
Space Oddity
Space Oddity
By mar3k
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | | 3.55 | 11 | |
| Fun | | 3.55 | 11 | |
| Innovation | | 2.94 | 11 | |
| Theme | | 3.38 | 11 | |
| Graphics | | 3.50 | 8 | |
| Audio | | | 1 | |
| Humor | | 2.50 | 5 | |
| Mood | | 3.58 | 8 | |
Comments
Hey! Seems very interesting. Unfortunately I have a bug, where I can not move anymore after a short while. I tried to debug your code, but could not really figure out why this happens. There are no KeyEvents registered anymore. I made some debug outputs in the keyPressed method. My system is Mac Os with Java 1.8.0. Does anyone else have this issue?
mar3k
2017-12-08 22:27
@unfinished Hey, thanks for letting me know, I kinda know that there are some issues with my engines on MacOS (had it in previous games as well) and I have't figured it out yet, mostly because MacOS is the only OS I don't have. I'll try look into it.
@mar3k Now I felt challenged to find this bug :D.. i think that it is a known java bug with the newest mac os version: https://bugs.openjdk.java.net/browse/JDK-8167263 .. somehow the keylistener fails to register the keys after pressing a and s several times. no idea why exactly these keys. i did not find a real work around so far. i just use the keys T, G, H and F now :D. I try the game now.
mar3k
2017-12-09 16:24
@unfinished oh wow, nice job and thank you, this really helps me and I can at least avoid this bug in the future. Thanks for the fix and playing the game.
@mar3k you're welcome. i like the game. it really has some retro vibe :). some sounds would be great to add some punch, but overall a really good submission!
potti
2017-12-09 21:08
Interesting concept, i also encountered the bug @unfinished found, but using a vm worked. It could have really used even basic sounds, maybe a satisfying pew sound. Otherwise it is fun to play and trying to keep you ship together, somewhat reminiscent of FTL but with constant boarding. Nice one.
zinkler
2017-12-16 13:41
Oh yes, I love this game. You hit my soft spot for all those stackable-upgrades games like Binding of Isaac or Risk of Rain. Took three attempts to beat the game, and I proudly finished it as a glass cannon - 7 huge damn projectiles per shot and probably would die if hit at least once. This is a nice game, that's for sure.
lythom
2017-12-17 12:44
:thumbsup: **What I liked:** ✱ Controls are responsive and smooth enough ✱ Fun to play, power increase feels good ✱ Alone in a spaceship mood works
:muscle: **What imo could be improved:** ✱ Never sure when a vending machine is refilled, the info should be displayed (or that info is missing on purpose) ✱ Theme interpretation is very straightforward and the game doesn't have that unique element that make it different. Giving personnality to your game can be very valuable. From what I can tell with only htis game it won't come from graphics or sounds, so it can be a specific mechanic. Ie, in your case maybe emphasis more the enemy strength mechanic you have, make in central and extract all the uniqueness you can out of it to give a really original experience. As it is it feels pretty classic.
:sparkles: **Overall** ✱ I did not complete the game (I was very close to !) but had great time figuring out how things work and firing those aliens. Nice realisation overall, thanks for the game !
conk
2017-12-17 13:49
Feels very empty without audio (BFXR is a great tool if you don't have time to make proper SFX, everyone uses it!) as generally shooting a gun in a game, you expect both visual and audible feedback, it gives them more PUNCH, more OOMF.
The graphics are nice, but when you have very low res pixel art, you should try to not mix pixel densities as this brings down the quality of the other assets, this was mostly an issue with the UI. I like the use of theme, it adds a lot of customisation in how you play the game and allows you to mix up the tactics each time. It took me a few plays to understand exactly why I kept loosing, a little more indication in the game would've helped me understand this a bit quicker.
Great job :grinning: