FoonLudum Dare ExplorerLD48 → Mandelbrot Hunt

Mandelbrot Hunt

By ksadov and Tjaden Hess

View on ldjam.com

CategoryRankScoreCount
Overall3.126
Fun2.626
Innovation4.006
Theme3.506
Graphics3.756

Comments

eboatwright 2021-04-26 02:29

I love fractals and mandelbrot shapes, but I don't really see how this fits the theme? Really interesting though!

billnotic 2021-04-26 02:34

Fractals are cool, love seeing them in games. Don't get how this fits "deeper and deeper." Maybe because you zoom deeper and deeper? idk, but it's a neat concept

hestrateja 2021-04-26 02:50

@ksadov if the fractal was infinite and not a png it would be a fantastic game for the theme. Very clever!

ksadov 2021-04-27 02:22

@hestrateja The fractal is generated on the fly and not a fixed .png, but the fixed size of floating point numbers means that zooming in too close produces a blocky image instead of revealing the Mandelbrot's actual infinite layers of complexity. There are interesting engineering tricks for getting around this with arbitrary precision arithmetic... something I'd like to look into for future projects :)

kp-cftsz 2021-04-28 16:40

I think it fits the theme. The idea is cool, I do think there's some room for exploration in building interesting game mechanics around fractals, but this didn't feel like much of a game (key word: *feel*; I don't think the concept is bad at all, but the presentation could be more game-y)

A couple suggestions if you wanna expand upon this sometime: - Scroll up/down feel inverted compared to normal programs which involve panning/zooming into things - It'd be nice if the zoom would use the mouse cursor position as an origin, i.e. zooming into the cursor - Panning/zooming could have some kind of sense of friction/animation. Google Maps, Leaflet and lots of other GIS-related programs tend to do this

You have to incentivize the player to keep looking, and to do that I think there should be some kind of reward for the player when they find the target.

This is a nice idea though! Interesting entry