FoonLudum Dare ExplorerUsers → Rynig

Rynig

Games

YearLDThemeGameDivisionRankCo
201328You Only Get OneYou only get Juanjam30

Comments by Rynig

LD28 — You Only Get One

1 Minute Capsule by jfroco 2013-12-17T03:02:00

Fun game, but would like to be able to see more of the screen or be able to rotate quicker.

Christmas Puzzle Nightmare by uRLgR3y 2013-12-17T02:47:00

pretty good!

Drop Down by Me4502 2013-12-17T04:04:00

I didn't continue very far due to how sluggish the game was, but I did find the stabbing animation particularly hilarious depending on the angle.

Tough by anvoz 2013-12-17T03:50:00

I didn't see how I won the first time I did it, interesting take on the one life mechanic that the theme makes obvious.

You only get Juan by Rynig 2013-12-17T03:37:00

BluShine: sorry! I didn't think about where to host it beforehand. It may be that you downloaded it before I reuploaded it compiled against java 1.6 instead of 1.7 (what I initially uploaded it as)

Twila: Yeah, I really didn't think the mechanics through that well, one think I particularly dislike is that once you have enough minions around the spawning areas, all enemies seem to die instantly. My collision detection is also O(n^2) right now too, it would be possible to use a quadtree and take that down to O(nlog(n)) if I had more time (and eliminate much of the lag)