FoonLudum Dare ExplorerLD35 → viA Morpha

viA Morpha

By seth_senpai

View on Wayback Machine

CategoryRankScoreCount
Coolness354
Innovation903.81
Audio1753.60
Mood2173.56
Graphics2753.81
Theme3163.63
Overall3743.41
Fun3943.30

Comments

blinry 2016-04-18 22:16

Sooo pretty! *_* I don't really understand why the molecule moves the way it does, but I could guide it to the exit for some levels :) Really like the sounds!

holdmeimscared 2016-04-18 22:31

Looks nice and polished.

However, it's a bit inscrutable. I couldn't find instructions or a key map? There were the instructions to hit Space to set the molecule going, but that was it.

By hitting random keys I managed to find a level editor, which I think is maybe how the game is played? By setting up the level to guide the molecule?

But without instructions as to how the game works that was still a little confusing. I don't know which things do what. And I couldn't remember which key I hit to even take a stab at how to close out the editor and return to the level.

I know there isn't a lot of time left in the jam, so it may not be feasable to get instructions into the game itself, but adding it to your description could be a huge help in getting feedback on your game as it's meant to be played.

I'll hold off on rating, and check back on it later, it really looks very promising :)

2016-04-18 22:37

Thanks for playing and the feedback! Can't edit the description but this is how you play:

- move white nodes using drag&drop
- press SPACE once you want the molecule to start moving
- reach the recepticle on the right to finish, while keeping your score as low as possible
- press R to reload

The level editor (E) is for creating custom levels, which you can copy and share using the EXPORT LEVEL button.

willsr71 2016-04-18 22:39

I should have done this as well, but a loading bar is essential. Those of us with slower internet speeds just see a black screen for a bit while it loads images and such.

Update after playing a few levels: It takes 3-4 minutes for me to reload resources ever scene change, rendering it basically unplayable, however I am willing to give it a second chance if this is fixed.

The fix is actually pretty simple. Just make the third paramater in the scene start function be false. Example:

game.scene.start('MainMenu', true, false);

The third parameter is whether phaser should reload all resources.

estrelsteel 2016-04-18 22:44

Pretty fun. I wish that some levels were provided to try and play though.

holdmeimscared 2016-04-18 22:59

Thanks SQ, that helped a ton :)

I like the molecule binding concept. And the game is a bit simpler than I first thought, which is cool. It's setting dominoes up and letting them fall, which is always fun!

The game looks and sounds very nice. And it's enjoyable to watch the molecule go.

Nice entry, guys!! :)


BTW, you can edit the description. Look at the top of this page, you'll see some blue links in the upper left. One of them is "Edit Entry". Click that, edit the description, and hit submit again :)

holdmeimscared 2016-04-18 23:30

Oh, I'm sorry SQ. I missed that you weren't the team rep, Seth is. I meant that your team rep can edit it, but it seems he went to sleep.

But yeah, thank you very much for the instructions. Even in the comments that will be helpful to people :)

munchy2007 2016-04-19 14:19

Unusual gameplay, I liked it.

vethan 2016-04-19 14:28

This was awesome! I had a lot of fun with it. I'll almost certainly come back and play some more later

applejam 2016-04-19 14:35

Interesting take on the theme. I can totally see this as popular mobile game.

red_fan-games 2016-04-20 00:26

Very well done, but needs instructions.

justacookie 2016-04-20 16:37

The game was very interesting and i especially liked the dynamically generated background and the look and feel of the game. the game mechanic was fun enough to play it for a while and show it to my friends. the soundeffects when dragging the thingies were a little loud for my taste, but other than that the sounds fitted well. we had trouble sharing the custom levels, because after you create one, you cant immediately play that level (or i just couldnt find it). overall i enjoyed playing this jam entry, thanks for making this! :)

jiihoo 2016-04-20 16:38

Didn't really understand what would have been the best solution, even in the early levels? Graphics and the idea feels nice, but couldn't really grasp the game mechanic

keyboardmonkey 2016-04-20 16:51

Nice interface, nice graphics, nice levels, nice sounds, nice game!

draq22 2016-04-20 18:05

I appreciate Your work. Very nice engine and game.

allthebees 2016-04-20 18:06

Was fun, but needed more instruction as at first I was unsure what I needed to do, especially as the level can play itself.

2016-04-20 19:15

Thanks for the feedback! @justacookie re: sharing custom levels: once you created your level in the editor, click SAVE LEVEL and press E again to try it. Once you're satisfied, go back to the editor, click EXPORT LEVEL and copy the code. Now others can paste it into the >LOAD screen, press Enter and start playing immediately.

kestrelgames 2016-04-21 01:14

It's a nice, clean design. I think I was totally playing it not how it was meant to be played, because I would basically pick up a node and use the node to nudge the molecule to where I wanted it to go (without releasing the node). Then I went back and read the rules again, oops. So basically I never pressed spacebar... Nice idea though!

thedashdude 2016-04-24 16:06

The mechanics of the game were solid, with bouncing and attractors/repulsors, but I found I could beat a lot of levels just by pointing the walls toward the finish and blocking off the sides. I feel the game would be better if the walls were held constant and you moved the other things, but I can't be sure. Regardless, a very polished game.

seth_senpai 2016-04-25 12:21

@thedashdude I think that an online scoreboard would have made it more clear what the aim is of the game, seeing how people can solve most levels with 1 or 2 bounces will put things in perspective and push you to try and find better solutions. We might update the game at some point to accommodate that since I feel it will have a substantial impact on the game. Having some of the repulsors and attractors as moveable objects sounds like a nice extra layer though!

haveric 2016-05-09 22:40

You guys made a beautiful game with lots of polish and the sound/music is perfect for the mood, but I couldn't figure out how to reset a failed level and the molecule movement wasn't as intuitive as I'd have liked.