Mnmlst Mnk by G

[raw]
made by G for LD26 (COMPO)
TL;DR: draw trails by clicking the mouse, use the trails to bounce away the black pixels whilst trying to collect the gold ones.

So here's my entry. After a bit of googling around minimalism I found this blog post http://zenhabits.net/on-minimalism/ and liked this line 'By eliminating the unnecessary, we make room for the essential...'.

I made a game where the goal is to reject the unnecessary thoughts and only allow the good ones in. I was originally going to sprite up the good and bad thoughts, for example use TVs and fast food for the 'bad' stuff but I liked the way the game looked just using simple shapes and it felt more in keeping with the theme.

I think I used about a quarter or a third of the time, and I didn't use it very effectively. There was some other stuff going on this weekend too which ate up a lot of my focus.

In terms of code quality I like the way things are laid out but there's a lot of duplication, especially around the entities. I started to use mix-ins for some functions I wanted to share because I really didn't want to use inheritance, if I was going to refactor then I'd probably pull out more.

Another code smell is that there are 'magic numbers' everywhere, again, if I was going to refactor then I'd pull those into variables.

Pushing the drawing code into it's own module early on was definitely the right choice. It made it much faster to add the gameover and start states.

I've tested the game on Chrome and Firefox and got some basic touch support for ipad / iphone. For the best experience use chrome.

I wanted to experiment with using TDD but there was never a point where it felt like a good idea to break off and write tests for a new feature, mainly because I was making stuff up on the fly instead of sitting down and planning it out. Maybe next time.

Ratings

Coolness 10% 1979
Overall 2.93 812
Fun 2.85 667
Graphics 2.42 1017
Innovation 2.73 855
Mood 2.42 990
Theme 3.46 632

Feedback

mostley
29. Apr 2013 · 14:23 UTC
pity you didn't add sounds, would've made it much more enjoyable.
Uhfgood
01. May 2013 · 05:26 UTC
I second the sounds, but well done, challenging and unique
Skoggy
01. May 2013 · 08:30 UTC
A bit slow, innovative and simple. I kind of liked it.
Ismei
01. May 2013 · 09:06 UTC
I liked the simplicity of the shapes and gamelplay, but I agree, even having a little noise when you deflect or collect would have added something to it.
SecondDimension
01. May 2013 · 11:33 UTC
Nice, simple idea.
Thijsku
01. May 2013 · 17:30 UTC
Nice and simple concept. Too bad there isn't any sound. Good job though!
jamioflan
02. May 2013 · 00:08 UTC
I agree that it's a pity there's no music, but Zi have to say this is probably the most theme-fitting game I've seen.
It genuinely felt really... Can I describe something as zen?
I used an iPad and it seemed to work out great. Really well done.