FoonLudum Dare ExplorerLD29 → They Launched a Probe!

They Launched a Probe!

By daredevildave

View on Wayback Machine

CategoryRankScoreCount
Innovation24.44
Fun2643.18
Mood3643.07
Overall3943.17
Graphics5143.00
Theme6332.53
Coolness187730

Comments

coquinounet 2014-04-29 12:16

It's a bit hard when you don't know the language but i will try to learn it ;)

plasterphantom 2014-04-29 13:09

Really cool concept, even though not as accessible as others. But that doesn't matter, all developers will love playing around with this! Good job.

cupcakemedia 2014-04-30 08:02

Had this been in C#, I could see how this would have been interesting for me. Overall, had I known Java, this would be an interesting way of doing things.

calrk 2014-04-30 08:24

this looks awesome. definitely playing it next weekend

nezzhil 2014-05-01 10:37

Cool concept but it's too fast if you aren't a programmer.

crefossus 2014-05-01 14:47

This is crazy impressive! Collecting the science was super satisfying and really not all that hard/that much code. There is just that initial difficulty curve that needs to get addressed. If the player diligently reads the bitbucket guide that helps, but all that info needs to be in game somehow.

Some ideas:
Introducing the three systems one at a time. Also giving more feedback on screen. Uncommenting the debug info works right now, but maybe that should happen by default when you open the code menu (like the colored thrust/velocity info do - label those?).
Flashing out of energy and displaying text if it remains drained for a while - "you can access how much energy you have left by using input.systems.energy".
A reset all script button.
Control+s saves.

ovenchips 2014-05-16 12:58

Awesome. Very original use of PlayCanvas.

moosefly 2014-05-16 13:57

Took me way too long to create a somewhat working solution, which probably only works for the specific planet I was trying to scan (lightest planet the probe could find) and only when starting from the specific position it always started from :D. Even made a gif out of it https://www.dropbox.com/s/7x6lgieefsj930z/spaaaaceeeee.gif (I don't think dropbox plays it in the preview though)! The gif also shows a few bugs, namely velocity vector not disappearing after closing the code-editor, science meter going haywire. I also liked that accidentally leaving the page (happened a few times with backspace) didn't erase your progress!

Really interesting concept and execution, even if it isn't the most accessible game out there like others have mentioned. Had been putting it off for a few days because the starting curve was somewhat steep, but I'm glad I decided to give it a go in the end :).

PlayCanvas also seems really interesting, I wonder why I haven't run into it before.

Anssi@MooseflyGames