FoonLudum Dare ExplorerUsers → semaperepelitsa

semaperepelitsa

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCmCo
201122AloneAm I Alone?compo5602.182.671.271.641.451.001.331.301.4337

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

Mood vs Overall

Comments by semaperepelitsa

LD22 — Alone

Lonesome Cowboy by jlnr 2011-12-23T20:43:00

Nice work! I have never seen anything like that before. It was fun to play although levels could be generated better (as you mention).

Me and My Shadows by TimOfTheYear 2011-12-19T06:05:00

Freaking scary! :-)

Am I Alone? by semaperepelitsa 2011-12-21T08:33:00

Thanks for your feedback! Yep, this was a placeholder art but when I was running out of time I focused on finishing gameplay because if it sucks the game sucks. Next time I hope to have a time for graphics and audio as I already know the basic stuff.

Am I Alone? by semaperepelitsa 2011-12-22T13:20:00

Glad you like it! I have already added some sounds (see https://github.com/semaperepelitsa/am_i_alone) but this causes crashes on Windows (works nicely on OS X) and now I'm figuring out why.

Am I Alone? by semaperepelitsa 2011-12-28T00:47:00

I've just given myself an invulnerability and tested up to 2000 zombies. The memory usage stayed almost the same (about 80 MB) but if you don't kill zombies it starts lagging. This is unexpected though given that you don't have invulnerability. Did you notice memory usage grew or just lagging?

I agree with enhancements you suggested, hardcore players would appreciate them :-)

Screaming by kakuremino 2011-12-20T09:31:00

I tried to run it from source but: 1) you have hardcoded require paths, add a current directory to load path instead: $LOAD_PATH.unshift File.expand_path('..', __FILE__); require "Animation"; #....
2) there is no Shape.rb :-(
And I would suggest you to use github for hosting your source code and downloads next time