FoonLudum Dare ExplorerLD38 → My Very Own World

My Very Own World

By flipsy

View on ldjam.com

CategoryRankScoreCount
Overall743.8624
Fun373.9524
Innovation913.6824
Theme594.0024
Graphics3253.0424
Audio2153.0923
Humor533.6324
Mood403.9523

Comments

2017-04-28 13:18

Very cute little game! I included it in my Ludum Dare 38 compilation [video series](https://youtu.be/KYlBGlHp4vY), if you’d like to take a look :)

flipsy 2017-04-29 02:34

Thanks @jupiter-hadley keep up the good work, always a big fan of your video compilations.

jushiip 2017-04-29 03:29

Very cute and fun. :D The narrative was nice, especially when the world healed and then I got to create my very own dance to celebrate the survival!

lookslikesomething 2017-05-01 09:12

I had a smile while playing, very cute game!

veralos 2017-05-01 10:16

Nice little game. The graphics are pretty cute (though I think the people could use more work), the sounds work well enough, and it's quite enjoyable following along with the short story. I really liked creating a silly dance.

I had some graphical issues with things being visible off the side of the screen, but that might just be a Flash thing.

blinry 2017-05-01 13:36

We really liked this little, positive game! Thank you for making our day a little happier. The asteroid war wasn't that great but we were glad that at least one flower survived.

Good job on drawing the cute graphics, the audio department could use some improvement.

The dance was awesome. We're trying to learn it myself now. And we loved placing the stars in the beginning!

flipsy 2017-05-01 15:01

Thanks Blinry, would love to see a video of your dance if you manage to master it :wink:

jorgegamedev 2017-05-01 18:20

This game was just so dorky (in a good sense) that it had me smiling at how simple and charming the game was. The simple narrative and progression of the game really kept me curious about what the next thing that was going to happen. As some of the previous commenters have said before me, the silly dance was the pinnacle of it all. It was great.

There's not a lot of stuff to say about the game really, just that it was nice seeing how the planet involved. I legit tried to destroy as many asteroids as possible thinking it would impact a bit in the direction the planet was heading towards, but in the end it was just a scripted event. :disappointed: The audio and graphics were simple, but they worked for the charm of the game.

​I know Flash has started to fall in disuse, but there's still something about it adds an extra layer of charm to games like yours. Overall, it was a nice and cute experiment. :smile: The question is, what kind of being is my uncle to be able to leave me an entire planet?!

joekinglake 2017-05-01 18:59

Ha, this was brilliant. Really enjoyed playing and made me smile. Short, but fantastic little experience and definitely unique and a fun interpretation of the theme :)

randomhuman 2017-05-02 15:20

The Mac build doesn't seem to work, or I'm not sure how to open it...

pietptr 2017-05-02 21:29

Was smiling all the way through :)

Amazing that you actually got something of a nice story implemented in just a weekend.

flipsy 2017-05-02 23:09

@randomhuman You should be able to just double click the file to unzip it and then double click the unzipped file to run the game. I made the game on a Mac myself and just downloaded and double checked it and it worked fine. Can I ask what version of OS X you are running and what sort of Mac?

alexandr-rum 2017-05-03 07:58

I am very grateful for such games, I would like more such talented works. Great work! It's nice to see that high professionalism and lots of time are not needed to describe excellent ideas.

randomhuman 2017-05-03 21:13

@flipsy It's a 2014 MacBook Pro, OS version 10.12.4. I just tried downloading a fresh copy, and unzipped it as you say, but when I try to run it says it is damaged and can't be opened. I have seen things like this happen before when apps are rar'd and the permissions within the package are messed up, but that all looks fine in this case as far as I can tell... I don't really know much about this flash player bundling...

randomhuman 2017-05-03 21:32

@flipsy Ok I found a way to play it. I downloaded the flash version and embedded it in an html page, and I was able to run it in my browser then. That's a really colourful and fun story! I was a bit surprised by the arrival of the asteroids, and I think they came a bit too thick and fast at times, but it was a very enjoyable experience overall. I especially liked seeing my dance performed by a big crowd!

flipsy 2017-05-03 21:47

@randomhuman Thanks very much for making the effort to play and for the details about the mac issue. I'll look into it again.

joe-cowman 2017-05-04 01:20

Very cute! I really enjoyed playing your game.

I liked the story aspect, it was short but not boring at all.

Also my roommate and I got waay too excited when all the people remembered the dance hahaha

breno-m 2017-05-04 03:16

Haha, cute game. I like how you can customize everything. :grin: :grin: :open_hands: :open_hands: :open_hands: :open_hands: My dance.

simple-blue 2017-05-04 07:22

Cute little hilarious game. Game me too much control letting me draw stuff with the stars and flowers, haha. I had fun being able to customize all of the different things like dance moves, colors, stars and flowers! Keep up the good work!

philomory 2017-05-04 23:35

This is really cute, I especially liked the little people and their little dance. :smile:

Oddly, I had a hard time getting the game to run on my Mac. Something about the .app bundle is incorrect, it just won't run (even taking into account Gatekeeper). It seems to be something with the bundle itself, though, not the included binary files; usually when I have problems with a Jam game I run the binaries directly from the command line to see if I can get any error output, but this time when I ran it that way it just worked without problems. It's only trying to run the game the 'normal' way that doesn't work.

flipsy 2017-05-05 01:00

@philomory thank you very much for the feedback re: mac build. Much appreciated.

philomory 2017-05-05 02:30

@flipsy I can now report more or less exactly what's going on, though how to fix it will depend on how you built the mac version of your app. Basically, MyVeryOwnWorld.app has an invalid signature. By default, OS X will not let you run an unsigned application, but you can tell it you trust it and then it will stop bugging you. An _incorrectly_ signed application, on the other hand, is verboten; the OS assumes the application has been tampered with and cannot be run. Frankly, I'm a little surprised it let me run the binary from the command line, bit it's possible the binary itself is unsigned, and only the app as a whole is signed, I'm not really a code signature expert.

If you built your app with code signing turned on, and then modified the resulting application file after the fact, don't do that, it's not allowed. If you're not modifying the app after it's built, see if you can find an option to turn off code signing, because whatever is signing this is doing it wrong.

To all appearances, though, it seems like you took an Adobe-distributed (signed) Flash Player.app, and injected your game's SWF into it somehow. Unfortunately that doesn't seem likely to work.

Anyway, if you tell me more about your build toolchain, I might be able to help more. Worst case, you could include a text file in the zip explaining how to run it (from Terminal, I mean), or make an Applescript that does so, something like that.

EDIT: This is a pretty hacky workaround, but I threw together an Applescript Application wrapper that just launches your own game in a way that works. If you have a way to build your app without the signature errors, I'd highly recommend going with that instead, but failing that this will probably work? I threw it up on Google Drive, check it out if you like: https://drive.google.com/open?id=0B-SN1W0AdRVLTVBNRWlQbHdWWmc

caterein 2017-05-10 00:30

Very sweet little game. That really cheered me up :) So thank you!

rustybroomhandle 2017-05-10 09:28

Where's the "Charm" rating so I could give it 6 stars out of 5!

igorsgames 2017-05-10 10:18

Very polished and solid game, enjoyed it! Could be better in sounds aspect, I think!

bemmu 2017-05-10 12:41

I liked creating the dance and seeing all those little creatures play it out in unison.

xavier-indie-gamedev 2017-05-10 12:54

Fantastic game :) I really love how you've done something completely unique. Especially loved the choreography part, and the excellent musicality of your sound effects.

flipsy 2017-05-10 13:46

@xavier-indie-gamedev Thank you very much. :blush:

gagapete 2017-05-10 21:28

Cute little game. The asteroid defense minigame is pretty hard. :)

mmason 2017-05-10 22:34

I played this on Android and I think was a good fit, polished up it could make an interesting kids game. Most things worked well with the exception of the asteroid portion, I think some of the hitboxes should be enlarged as I know I hit some but it didn't register. The dance portion actually made me laugh.

Short but overall a nice game.