FoonLudum Dare ExplorerLD22 → Lone Survivor

Lone Survivor

By pokelover980

View on Wayback Machine

CategoryRankScoreCount
Audio1072.00
Fun1132.08
Humor1251.33
Theme1351.91
Overall1392.08
Mood1411.57
Graphics1471.92
Innovation1521.50
Community1892.86
Coolness39833

Comments

jorjon 2011-12-21 21:15

Well.. It was cool, but maybe it gets boring if there's no win condition. When my HP dropped to 0, the game closed.

pokelover980 2011-12-21 21:40

Jorjon,
Yeah, it's supposed to close like that, I was getting close to adding a win condition (or at least changing things up a bit after a while) and stuff for when your HP drops to 0, but I was running short on time because of personal life stuff :/ I'm thinking about improving it some time so there's actually animations and what you mentioned, though.

saxon-douglass 2011-12-23 01:34

I don't know if there are more than six enemies, but they stopped spawning then so I assume that I was victorious :)
Great that you got a library to reuse out of it too!

angrygeometry 2011-12-23 23:57

it was interesting, after beating the enemies you were completely alone left on a suspended platform in the middle of a blood cave. i like that

mortar 2011-12-24 00:02

there isn't much to it obviously but what there is is pretty solid. Didn't encounter any terrible bugs and the graphics did the job. And hey you even got a menu in there, that's more than I can say. Good job!

ayce 2011-12-29 00:45

Used Xpadder to play (and spam Fireballs, later Thunderattack) ^^
A bit monotonous with that, but apart from the input, how about having differnt enemies and different locations? :D

pokelover980 2011-12-30 01:39

AyCe,
Different enemies are on my list of things to implement in an "actual release that doesn't blow because I was making it all in 72 hours" version. I have a lot of my code set up to allow me to do that incredibly easily, I made heavy use of OOP to my advantage.
As for different locations, I'll have to change up my system slightly, but it could be done. Perhaps I should make a Map class to make that easier :P

Jeremias 2011-12-31 15:07

I defeated 78 enemies and then no new enemies spawned... the arrows are to powerful... you can spray them and no enemy has a chance to get you :)

pokelover980 2012-01-01 23:57

I purposely made some of the weapons a little too powerful because as you defeat more enemies, they also start to gain more health and do more damage. It'll get to a point where the only attack worth using is the thundershock, though I haven't really done any calculations or testing that far to see what that point is (I've got to about 150 on my own and it was getting to the point where it was the only move worth it, so I would say it's not much after that). I need to redo the spawning code though, because it seems people end up just getting stuck there for a long while. It was sloppy spawn rate code D:

caranha 2012-01-03 00:28

Well, it is kinda fun. You should leave the commands on the screen all the time, and not just when enter is pressed. Also some kind of death animation for the enemies would be welcome.

scriptblocks 2012-01-07 04:13

Cant play dont have windows box

pokelover980 2012-01-20 02:54

I was testing with the spawn rate and damage modifiers. After about 300 enemies defeated, results get incredibly lulzy due to how I made things increase exponentially. Time to go change it to logarithmic :P