FoonLudum Dare ExplorerUsers → quoj

quoj

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuCmCo
201018Enemies as WeaponsMan And Robotcompo972.732.322.862.953.633.221.701.306

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Comments by quoj

LD18 — Enemies as Weapons

Man And Robot by quoj 2010-08-23T09:32:00

Hmm.. I thought I had worked out the timing code right but apparently not. It runs just a *tad* bit slow on my 5-year-old Toshiba laptop, so I just figured that was it hitting the wall with calculations... <shrug> Glad it's running too fast on *someone*'s system. :)

Man And Robot by quoj 2010-08-23T09:43:00

Oh I see. I forgot to do the animation based on the timer. (bl[i].dx = dirs[d].x * MONSTER_SPEED) Fail! Needs to be multiplied by the inverse of the time since last frame, I believe. Sorry guys!