
To Developers: Consider using HTML5 and WebGL instead. Having troubles with the export? Don’t worry. See Ports below.
To Players: A workaround is to enable NPAPI plugins in your Chrome settings. Click or Copy+Paste this URL in to a tab:
As of September 2015 however, this option will no longer be available.
Other browsers (Firefox, Internet Explorer, Safari) and Flash are unaffected, but FWIW there is no Unity Player or Silverlight for Linux.X
WARNING: FLASHING LIGHTS
A game about slowing down a falling bomb. Hold any button to decelerate. It is a special bomb that only stops completely when brought to a halt near the ground.
The game is difficult but there are only six short levels. The main goal of the game is to complete the levels, and a secondary goal is to get the fastest time.
Bugs:
- Sometimes the button release doesn't register
- Fullscreen doesn't work on OS X
Controls:
- _HOLD_ any button to halt the bomb
- *F11 FOR FULLSCREEN*
To run the Windows EXE:
- unzip and click OPEN-GAME
To run the source (should work on any OS):
- download and install Python and Pygame
- run 'python OPEN-GAME' from a terminal
POST-COMP VERSION has
- 3 lives
- instructions
- birds
- ending animation
Downloads and Links
Ratings
![]() | Coolness | 71% |
#208 | Audio | 3.34 |
#425 | Mood | 3.08 |
#511 | Innovation | 3.16 |
#554 | Graphics | 3.05 |
#782 | Overall | 2.92 |
#963 | Theme | 2.67 |
#1044 | Fun | 2.19 |
Comments
Sure, description, instructions, different versions are on their way.
Can't really say it was fun, but it was weird, so that's something.
dat wierd graphics are really, really disturbingly beautyful :D Simple but cool gameplay anyway.
I didn't know that salvador dali was a game dev! All jokes aside, I feel like you were too focused on making an interesting environment. Like in all seriousness, the landscape was cool to look at and I almost want to explore a world like that (consider making an fps with that sort of environment), exploring is not what I did. What I did was look at an unclear instruction and follow strange orders which seemed to have no bearing, as "game over" is all I got. It felt weird, and it felt clunky, as all my keypresses felt like they weren't being responded to. it felt like I would have to hammer a key to get it to work, even though it was just the game delaying things. Good music is always a good thing in my book.
Nice game with an interesting graphics style. Also + 1 for using Pygame!
Well, this is unique!
A pretty interesting exploration of minimalist design. Great visuals. Well done!
Got to level 3 - very interesting abstract aesthetic, but the gameplay itself seems a little lacking to me.
Really weird style that works. I like it. I wish there was more to the gameplay, or at least something to tie it in with the environment, but I think the mood was set well.
Too flashing lights. The game has too low feedback so the main thing I wanted to ask after each launch was: "So, did I win?". Interesting graphics idea.
Interesting use of the art. Gameplay is really short (almost null) but I love experimental games like this! Congratz :D
A pretty interesting game with nice sound effects. If there's an option to turn off flashing background, more people will like it (I think). ;)
Interesting concept, but not much depth. The visuals were trippy and I wanted to like them, but the flashing colors were just too hard on the eyes. I did like the pseudo-3D effects you have going on though.
I never managed to stop the bomb on time. It's really confusing.
I use Python sometime but I didn't try to make a game with Pygame yet, your entry is minimalist but nice :)
I am really impressed with the art style of this, given that it's pygame. Well done, this is a real achievement. One of my favourite games from LD32. Don't take the negative comments about "playability", I know how hard it is to get a playable executable from python.
Neat small game, one of those - let me try just one more time, I promise I'll do better. But then the wait to really start another one is too long. All in all, it could be solid with a few tweaks. :)
You must sign in to comment.
Mini Submission FAQ
TEAMS: Teams entering the Jam should pick a single representative to submit your game, or create a team specific account you can share. We currently do not support Team Voting, but sharing an account and together playing and rating games is acceptable.
CAN I ENTER BOTH EVENTS?: You should pick 1 event, whichever you think it’ll do better in. If the idea is strong, and everything plays well enough, you can go Compo. If you’re a perfectionist, and would prefer people to play a more polished game, do the Jam. Historically, more games are entered in the Compo, but with more people and more time, Jam games have the potential to be better (that doesn’t mean they are). Many solo participants do enter the Jam.
If you made 2 games, unfortunately, the website doesn’t support multiple submissions per user. To submit your 2nd game, you will have to make a 2nd account. Only do this if you made 2 games. Alternatively, if one game is better than the other, then consider just entering the better game.
CAN I KEEP WORKING UNTIL THE DEADLINE?: Yes! Immediately after the 48 or 72 hours, we do something called Submission Hour. As the name suggests, it’s an extra hour for you to package, upload, and submit your games. If there were catastrophic issues trying submitting your game, or you misunderstood how submissions work, that’s okay. It happens. We’re flexible. If you need advice, check with the folks on IRC. If you need an admin, get in touch.
CAN I KEEP WORKING ON MY GAME?: Oh definitely! You should! But for the sake of judging, keep the Compo or Jam version around. You can include a link to the Post-Compo/Post-Jam version of your game on your games page, but sure your main links are the original version.
PORTS: Ports to other platforms can be done after the deadline. That said, the sooner you finish your port, the sooner people can play your game, improving your chances of placing in the final results. For best results, provide a Web version of your game, or a Windows version with no dependencies. Also be sure to rate at least 20 games to improve your visibility (Coolness).
MY GAME CRASHES, IS UNBEATABLE, OR I MADE A TYPO: We allow you to fix crashes, win condition, or tiny bugs after the deadline. In a sense, this is like “porting” to support more players. We leave this open to interpretation, but generally speaking your game should be identical to the game you submitted. No new features, just fixing mistakes you should have caught had you been better rested.
MY GAME DOESN’T SHOW UP: If you can’t find your game, it’s usually because the URL to your downloads are missing ‘http://‘. Fix your URLs (http://mysite.com/mygame.zip) and you will show up. Alternatively, if you just posted it, wait a minute. The cache may not have refreshed yet.
NOT LOGGED IN?: If you get a message about not being logged in, even though you are, it’s because your web browser cached the non-logged in page. You can fix this by either refreshing your cache or clearing your cache. CTRL+F5 in many browsers. Chrome is a bit more work. Press F12 to enable Developer Mode, then you can right click on the refresh button and select “Empty Cache and Hard Reload”. This option is unavailable if you are not in Developer Mode.
Please provide at least some explanation how to get this playable - what am I going to need to compile the source?