FoonLudum Dare ExplorerUsers → mceier

mceier

Games

YearLDThemeGameDivisionRankOvFuThCo
201533You are the MonsterMonstrouscompo9042.412.532.8466

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Theme vs Overall

Comments by mceier

LD33 — You are the Monster

Ludzilla by highlyinteractive 2015-08-24T02:14:00

Unity web player doesn't work on Linux.

Dungeon Guard by Techblogogy 2015-08-24T18:21:00

Had problems with moving (on Linux, dunno about other platforms)... character never stopped after pressing W.

Monstrous by mceier 2015-08-24T18:42:00

Yes, it's only for linux, sorry. I don't use other platforms.

BTW. It seems that the shader that draws the level works differently on Intel graphics card than on nvidia, making level invisible. Dunno about AMD cards.

I was developing and testing with nvidia card.

Monstrous by mceier 2015-08-24T19:31:00

@TooMuchPete: That's good idea - added 1st version of instructions for windows platform, but not tested.

@Zypoman: Can you run the game with RUST_BACKTRACE=1 set ?
This should produce the backtrace, which you can paste here or on github issues page.

Monstrous by mceier 2015-08-25T08:23:00

@texus: Yeah, I know, but that would probably require whole code redesign. Which I may do after LD, since this is not the only issue that would require redesign.

@approxx: That's interesting ;) RUST_BACKTRACE=1 can be used to provide backtrace (but if it doesn't work, gdb should be used).
I don't know what could cause this crash. I guess that either rust generated some instructions not available on generic i686 or one of the libraries is not safe to use on some platforms. The backtrace may help fix this.

You could also try to recompile the game from source.
If you have rust and cargo installed, it's matter of running "cargo run --release" in repository directory.

Monstrous by mceier 2015-08-27T09:16:00

Yeah, minimap, ability to play against bot, better victims AI (currently they never find safe zone), were all planned features :) But first I will have to do major code cleanup and fix some bugs.

I didn't think anyone would like the music :D Thanks.

Monstrous by mceier 2015-08-27T12:12:00

Wow, thank you :)