sclark39 2013-12-16 05:29
My best time 54.80
Foon → Ludum Dare Explorer → LD28 → One Ninja
By sclark39
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Innovation | 356 | 3.11 | ||
| Humor | 482 | 2.27 | ||
| Overall | 539 | 2.96 | ||
| Theme | 569 | 2.74 | ||
| Audio | 602 | 2.29 | ||
| Fun | 637 | 2.67 | ||
| Mood | 650 | 2.55 | ||
| Graphics | 665 | 2.59 | ||
| Coolness | 1259 | 41 |
My best time 54.80
A bit tough on a touchpad ;)
Haha I bet.
Nice game! A bit tricky, but solid! Nice!
Nice game! It's a bit tricky at first to get the hang of the grapple but after a bit I was taking little over 2 minutes at 8/9 (I was really really slow at first) but then somehow the application stopped working :( (maybe I spammed too many clicks on the blocks) Anyway, nice one!
Yeah nice game! It's really challenging to get all those targets. Hold me some time playing it!
A little bit difficult but really nice idea. It could be a nice game for touchscreen devices :D. Well done!.
Pretty nifty idea you have here! The grappling hook feels a little difficult to use though, maybe in particular because of its short length. Theme interpretation is a little weak as well in my opinion. But seriously, I still think this is a really cool concept; the mouse controls work pretty good!
Just found out this game doesn't run so well on under-powered devices. It runs very slow while the ninja appears to run very fast. I think it would have been better if I had made the theme a bit more evident in my messaging as well. The use of the theme in this is really just that it is a one-button game==the rest of the ways I intended to integrate the theme I just didn't have time to complete. Thanks for your comments, all.
A bit hard to manouver. Reminds me of Worms :)
Pretty fun and challenging, good job :D
No audio played... :(
This is an interesting idea, making a game about hitting stuff the fastest you can while being a ninja! But I'm of the opinion that you shouldn't use the mouse like that. XD
I can see the "one button" part of your interpretation of the theme, but this really made the game a lot harder than it needed to be for me. Something as simple as the y position of the mouse deciding what your action is made me use wrong actions many times (mostly, I would throw the grapple when I just wanted to move right/left).
In a touch device, I can totally see this working (using one finger in each position/moving "instantly" from one touch to the other), but not with a mouse...
Though that's just my opinion, and I'm not really a fan of action games that have the mouse as it's sole input.
Good work, nonetheless! =D
P.S.: just read your comment bellow. Some of my problems were probably because my computer sucks... XD
(It's a single core AMD Athlon 64 bits 1.6 GHz... that's more than "under-powered" XD)
Yup, that was exactly my intent (designed for a tablet). There is also a bug whereby clicking to the left of your guy should always make you turn around, but something is getting stomped when the hook gets thrown so it doesn't work. :(
I got a local build running better on this laptop but it still doesn't feel quite right and I really don't understand why it's screwing up like this. Seems like a bug with love2d itself and mobile gpus.
I figured out what the problem is with crappy machines... If the driver/screen doesn't support vsync it effectively tries to run the game loop at 300 fps which makes some stuff move really fast (the ninja's feet), while the actual update loop which is capped to only run 60 times a second ends up getting starved out by the draws... so for crappy machines I need to add a FPS limiter. Fun stuff. I'll try to get a version up tomorrow to fix this issue.
I'm running a Windows 7 Home Premium, with a AMD Athlon Processor TF-20 (1.6 GHz), 3 GB of RAM and a ATI Radeon HD3200 graphic card.
I tried playing your game again and kind of figure out the problem with the audio...
I turned up the volume (always try to avoid trivial errors XD) and run your game. The sounds played fine, which I found strange... Then, I closed it and tried to run again but, this time, no sounds played.
Seems like a bug that keeps resources from being freed. (my guess)
If I remember it right, when I first played your game I tried moving (I usually try to play, at first, without reading anything about the game... =X) but the character just took a step and stopped. When I understood the controls (kinda), I restarted the game to reset the timer. That's probably why I didn't notice the sounds at first and then I didn't hear it.
I took a quickly look at you code and something that may help to cap the draw rate problem is to set a flag when the ninja is updated (main.lua:166) and only draw if that flag is set (clearing it afterward). Even if the draw function is called, you can probably avoid it running whenever the world wasn't updated. :)
(I don't have any idea how the lua main loop works, so I may be wrong. XD
Now, replying your comment on my game. (your idea was great... it really worked well!)
The theme was only implemented on the ending... "You can only save one of them". The main problem with this approach (other than being weak, imo) is that some people might not see it... Well, this was on my calculations. XD
About the sprite bug, it also happens with the sparkle, but I'm not sure why... I'll have to look into that later! (the ladders was laziness, and low priority on that, of my part =X)
Thanks a lot! =D
I have another game I want to do now (my first idea for this LD), but I'll definitely come back to this game sometime later!!
Fixed version uploaded, main description updated. This should resolve issues with "mobility" type gfx cards.
It runs a lot better now! :)
And I started to get used to the controllers. It's indeed really fun! =D
(but still think that it would be better on a touch device XD)
Was able to get a time of 40.42
Nice game, cool mechanic with the hook !
Nice game, cool mechanic with the hook ! I didn't had any trouble running the game and I have a really slow laptop, good work with the fix ;) Your game is quite challenging ;)
Challenging. Seems at first that the range of the grapple is short, then you understand a bit more how that work and it feels better.