FoonLudum Dare ExplorerLD34 → Dying Light

Dying Light

By tesnos

View on Wayback Machine

CategoryRankScoreCount
Overall10542.53
Coolness204328

Comments

red_fan-games 2015-12-16 00:55

How do I run? I am on linux.

behzad_robot 2015-12-16 13:55

hi how can we run it really? :/ it's some python files and some images only ...

raincoven 2015-12-16 14:08

How to run? MacOS X ElCapitan

iapc 2015-12-16 14:28

Please actually build your game. It's not feasable to play it this way.

ace 2015-12-16 14:45

First off, boss.png is missing so the game is impossible to complete. Secondly, title.png should be Title.png otherwise the game won't run on OS X or Linux.

Apart from those issues;

Why have an options menu if you're just going to berate the user for wanting to check it? Feels strange.
Using the close-window button for interacting with the application feels wrong as well.

You also need to define a better range for the spacebar timings, had many of them appear for only a single frame making them quite literally impossible to press in time unless you're just sitting and constantly spamming the key - in which case the game becomes very boring.

danbolt 2015-12-16 15:06

I had PyGame installed, and I was able to run your source code. The game has some bugs, but I think they can be fixed quickly! I'll explain in the next comment to help.

I liked the concept, the concise design of the game is good for jams like Ludum Dare. I think the scope of your ideas for this game was a good size. The look of the overworld map and the battles, along with the patterns reminded me of Earthbound, which is always a good thing. :P

I think the quicktime events were cool, but maybe needed a bit of explanation ingame. I got a bit frustrated when the quick ones came and gone. To be honest, in order to get to the final boss, I just pressed the spacebar very quickly over and over during the battles. Apart from the timing issue, the design made sense.

Overall, cool ideas, especially if this was your first submission to Ludum Dare! I hope to see you in the jam or compo next time! :)

danbolt 2015-12-16 15:13

Okay, let me see if I can help with a few small things:

1) The "playerdead.png" and "boss.png" assets are missing from the zip file. I ended up substituting them with test pictures to finish the game. Maybe update your upload with those?

2) My default installation of PyGame on didn't support Mp3 decoding with the "mixer" class. This might be because PyGame relies on SDL, and SDL doesn't support MP3 without an extra module. Maybe use .WAV just to be safe?

3) Maybe you might want to package your game up as an executable for Windows users to play. That way they won't need to install PyGame to run it that way. PyGame has a tool called "pyg.exe", but I don't know much about it. There's a few other tools you can Google up that can make installers for your game. Maybe look those up?

Hope those help! If you have any other questions, feel free to contact me at "dansvg@gmail.com".

tribrain 2015-12-17 16:49

Make it easier to run

rfgpfeiffer 2015-12-18 10:22

I did not get why sometimes it was bad when I press space. How does it work?

-bob

acotis 2015-12-20 18:54

A couple things:

- There are some files missing from the assets folder, notable Title.png (it is called title.png instead), boss.png, and playerdead.png. The game crashes when any of these pictures is needed.

- The text at the beginning of the game seems like it's supposed to go at the end. Then again, it wasn't very informative anyway. It might work better to explain to the player what's going on, unless you are going for a 'just throw them in' feel, in which case you might want to take it out completely.

- It's only because of my history as a Linux user that I knew how to install pygame and get this to work. As another user suggested, you should legitimately build you game before shipping it. I'd trade in-game quality for out-of-game quality any day.

- The false options menu was clever, but the red block text killed the mood (I took a mood star away for that).

- As another user said, the spacebar mechanic was frustrating. You should give the user a fighting chance, and maybe punish them for button-mashing to make sure they don't cheat.

- The controls for starting a new game and continuing through the levels were inconsistent. And please, ditch the "X out to continue" thing.

Things I did like:

- The art, although simple, was neat. It gave the game a kind of mystic, story-telling feel that detailed minutia just can't deliver.

- The audio was awesome; the fact that it just played continuously through the hallway and the encounters made it feel like there were actual smooth graphical transitions (which I would have appreciated).

- On that note, the font on the title was pretty great too.

TL;DR: Cool game, love the mood. Needs a better play mechanic and some polishing, though.

hotboxgames 2015-12-22 21:38

I found it to be rather lacking. But I liked the idea.