lolzombiegaem

Posted by Acid on May 7, 2010, 2:11 a.m.

First there was RBR;

Then there was FBF;

Now, the survival is key.

It's just a WIP I've been tinkering with the past couple of days. I built it off of RBR. Tell me about bugs, what you like, what I need, etc.

Note: I'm currently using objects for blood and gore because I just wanted to see their effect. I'll be switching to surfaces or tiles, whichever one is faster, when I have time to keep working.

Comments

Ferret 15 years ago

Tiles? You can create tiles mid game?

Juju 15 years ago

Yes; read the fucking manual, Ferret.

Ferret 15 years ago

:(

Well it's useful information to me either way.

Scott_AW 15 years ago

I've seen a trend lately.

Game ->> ZOMBIES!

MOVIE/TV ->> VAMPIRES!

Ferret 15 years ago

Scott speaks the truth.

Ferret 15 years ago

I hope by adult you mean gory and violent.

Acid 15 years ago

The fact is, there are a lot of zombie games, and it's not a recent trend, zombies were overdone way before vampires. But I'm just trying to make a game I find fun. I'm a hobbyist. I don't have to impress shit. :)

Also: I like how people comment and don't play. :)

shawn 14 years, 12 months ago

I played, seemed alright except the movement system was pretty bad. Made it really hard to not die. Fixed it with;

if (keyboard_check(ord('W'))) motion_add(90, 1);

if (keyboard_check(ord('A'))) motion_add(180, 1);

if (keyboard_check(ord('S'))) motion_add(270, 1);

if (keyboard_check(ord('D'))) motion_add(0, 1);

Also, I think the whole stamina idea is good but you need more of it. More weapons, more enemies and you've got yourself an entertaining little game!

Ferret 14 years, 12 months ago

Oh shoot. Sorry Acid, thought it was a thumbnail, had no idea it was a dl link <:P downloading now.

Acid 14 years, 12 months ago

Thanks for playing guys. I made the controls how they are on purpose. I'm not a beginner and I don't need coding tips. :)