FoonLudum Dare ExplorerLD46 → Keep the Streak Alive

Keep the Streak Alive

By tompudding

View on ldjam.com

CategoryRankScoreCount
Overall5183.4325
Fun1593.7825
Innovation3383.5225
Theme9413.0425
Graphics9622.5625
Audio6432.7924
Humor8152.0221
Mood8962.6522

Comments

momo-hunter 2020-04-21 12:48

Didn't work for me, used python 3.8 on win10 x64 and installed packages. Here's the Traceback:

`Traceback (most recent call last): File "keep_the_streak_alive.py", line 200, in main() File "keep_the_streak_alive.py", line 186, in main globals.current_view = game.GameView() File "\keep-the-streak-alive-master\game.py", line 485, in __init__ self.ball = Ball(self, Point(150,400), 10) File "\keep-the-streak-alive-master\game.py", line 97, in __init__ self.quad.set_texture_coordinates(parent.atlas.texture_coords('resource/sprites/ball.png')) File "\keep-the-streak-alive-master\drawing\texture.py", line 172, in texture_coords self.transform_coords(subimage, full_tc) File "\keep-the-streak-alive-master\drawing\texture.py", line 166, in transform_coords subimage = self.subimages[subimage] KeyError: 'resource/sprites/ball.png'`

tompudding 2020-04-21 14:09

Thanks for that @momo-hunter , hopefully I've fixed that now!

bramreth 2020-04-21 18:07

it feels really good! I think three boxes was a bit too hard for me but theres a lot going on there that makes this straightforawrd idea feel really satisfying

peter-jonsson 2020-04-21 18:33

An amazing idea that is well executed. Great job!

hugandhug 2020-04-21 18:47

What a good game really. The idea is simple, but you had several level with new mechanics coming one after another. The gameplay isn't frustrating and I find myself to literally try hard the last level ^^' The graphics are simple, as for the audio, but I really think that it fits the game really well. I don't really see a bad point in this game Very good job :3c

polarfuchs 2020-04-21 18:54

Its a lot of fun to play. Very nice!

matthew-bond 2020-04-21 19:05

Simple concept executed well!

alex457 2020-04-21 19:39

Couldn't get it to run on Mac, unfortunately :( The packaged version failed with [82040] Error loading Python lib '/Users/zimina/Downloads/keep_the_streak_alive.app/Contents/MacOS/Python': dlopen: dlopen(/Users/zimina/Downloads/keep_the_streak_alive.app/Contents/MacOS/Python, 10): no suitable image found. Did find: /Users/zimina/Downloads/keep_the_streak_alive.app/Contents/MacOS/Python: code signature invalid for '/Users/zimina/Downloads/keep_the_streak_alive.app/Contents/MacOS/Python'

I've tried to run the game from sources, but pygame installation was failing for some reason and I didn't have time to debug it..

chris-rock 2020-04-25 02:21

I love simple games like this. I couldn't get past level 3 but i tried for like 15 minutes. Good work :)

blubberquark 2020-04-27 13:56

Greetings from the PyGame community! I'd like to inform you that your game *just works* on the current development version of the new and improved, SDL2-based pygame 2.0.

This is a super simple game, looks like golf meets angry birds, but it plays differently enough to be its own thing. I just wish the levels were both easier and more elaborate. It's a lot of trial and error and not enough thinking before you shoot the ball, but that's something that could be mitigated by level design.

madbarron 2020-04-28 16:09

Those squares are so bouncy! Neat game, it's fun to get it in the cup, but it was very hard for me. Can you really build up a streak in this game?

dan-thompson 2020-05-09 15:22

I have to admit, I did not realize for quite a few levels that you could move and rotate the boxes... once I did, I had a much better time. I really enjoyed trying to set up a shot and I liked how each level made things just a little bit more difficult. If I had one suggestion, I think a "repeat last shot" option would have been great--I had difficulty repeating previous shots after moving boxes to where I think they needed to go and it would have been nice to lock in power/angle. Obviously if you're trying to emulate real life (like Gritty) then you made the right call! Overall, great job!

adhesion 2020-05-09 15:44

Nice! Physics games are always really interesting to play. For some reason I completely missed the text that explain you can move the boxes so the 3 box level was super hard at first :P after I figured that out it was smooth sailing until the last level which was absolutely brutal. Never managed to figure it out after a bunch of attempts. Would be cool to see if it's possible to keep the same style of gameplay but make it less finicky/have to hyper-optimize stuff - the core gameplay loop of seeing how things play out is super fun, but just missing the target and not knowing quite how to get better without trial and error is a bit frustrating. Still a solid concept & fun experience, nice work!

davidsheadgames 2020-05-10 10:46

I like the concept, but that hardestest level, no thanks. I was already kind of abusing the game just to advance!

However, I really like how fluid it feels and I think if the rules were more relaxed (i.e. use the boxes but you don't have to hit all of them, or hit all the boxes but you don't have to land it in a tiny cup) I see some potential for a fun physics puzzler.

I do also like that there's variance in the challenge each time. I think that adds a lot to the potential of what you could do with this idea.

Nice!

igor-kingamer 2020-05-12 21:27

Beat all levels =D

In fact, all levels but the last one are easy if you "cheat":

KtStreakAlive Cheat [-2].png

Anyway, I did play "fairly", and the last level was a great challenge!

There's a little bug in the Introduction level if you put the ball into the cup by moving the mouse instead of shooting.