FoonLudum Dare ExplorerLD46 → Dream 46

Dream 46

By alxm

View on ldjam.com

CategoryRankScoreCount
Overall3.004
Fun3.504
Innovation2.504
Theme2.254
Graphics3.254
Audio2.503
Mood3.003

Comments

calcitherin 2020-04-22 09:32

Nice game. But the sound effects killed the mood.

craig-cordeiro 2020-04-23 18:04

The game threw an exception when trying to launch: "Exception thrown: RuntimeError: abort(Cannot enlarge memory arrays to size 16896000 bytes (OOM). Either (1) compile with -s INITIAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 )"

@ me if you need any more details.

lukas-shiley 2020-04-25 20:11

Same thing for me, the game would not launch.

smirnov48 2020-04-25 21:37

:( does't work... Exception throw.

mikabrytu 2020-04-26 01:15

Nice game, but the audio was kinda buggy and the enemies are too fast, maybe adding some obstacles to manoeuvre or some power ups to defend yourself would be a nice touch.

The music and art are great, though :D

gagapete 2020-04-27 20:13

The graphics are cool, love those thin lines. Unfortunately I always died in stage three for no obvious reason (or did I won?).

I also ran into some technical problems:

In Firefox the game doesn't run at all (`InternalError: too much recursion` after 999 reports of `SDL_SetRenderTarget: That operation is not supported`). Firefox don't support WebGL2 on my hardware, may it's related to that?

In Chromium the game runs but without sound. When started from the itch-page it don't register key inputs so I needed to go to the iframe content directly. May the game somehow prevents the IFrame window from receiving focus?