Page 1 of 2

Zömbies

Posted: Mon Aug 11, 2014 2:33 pm
by rxi
Zömbies: A small game about killing zombies and collecting coins.

Image

The game was written over a weekend for the third gameboy jam. Compatible with LÖVE 8 and 9.

http://gamejolt.com/games/arcade/z-mbies/31993/

Re: Zömbies

Posted: Mon Aug 11, 2014 4:38 pm
by Ranguna259
Zömbies = Awesomeness
Amazing work :D

Re: Zömbies

Posted: Mon Aug 11, 2014 9:02 pm
by davisdude
Nice game! I like the art! I understand it was made for a jam and all, but I still thought you might want to know about some bugs:
- When you start, you automatically fire a bullet.
- Zombies move way faster than you diagonally.

That being said, I like the art and the game! I would like to see it expanded, there could be some neat items added.

Re: Zömbies

Posted: Mon Aug 11, 2014 9:45 pm
by baconhawka7x
The gameplay is amazing, and the art is absolutely fantastic! Good job dude!

Re: Zömbies

Posted: Tue Aug 12, 2014 5:25 am
by pelicano_o
I enjoyed it!
The game mechanics work well and are interesting. I get better at hiding behind obstacles after a while.
It wasn't very intuitive for me to change direction first before shooting. I think I would enjoy it more if I had more freedom to change direction of shooting while moving and also not be constrained to shooting only in four directions.

Re: Zömbies

Posted: Tue Aug 12, 2014 5:35 am
by Davidobot
This is amazing. If I were making a zombie game, this is what I would want it to look like.

EDIT:
I found a bug.
When I tried to kill a single zombie by shooting a barrel next to it, this happened:

Code: Select all

Error
lib/coil.lua:62: zombie.lua:92: attempt to index field 'parent' (a nil value)

Traceback

[C]: in function 'routine'
lib/coil.lua:62: in function 'update'
ld/entity.lua:145: in function 'update'
ld/group.lua:81: in function 'update'
ld/group.lua:81: in function 'update'
playerstate.lua:191: in function 'update'
main.lua:82: in function 'update'
[C]: in function 'xpcall'
I think this is caused by me killing the zombie with a bullet in the same call as the barrel tried to kill it.

Re: Zömbies

Posted: Tue Aug 12, 2014 9:52 am
by SiENcE
Great little game. Very responsiv!

Re: Zömbies

Posted: Tue Aug 12, 2014 3:16 pm
by rxi
Thanks for the kind words!
Davidobot wrote:I found a bug.
When I tried to kill a single zombie by shooting a barrel next to it, this happened:
This should be fixed now, the download link has been updated.
pelicano_o wrote:It wasn't very intuitive for me to change direction first before shooting. I think I would enjoy it more if I had more freedom to change direction of shooting while moving and also not be constrained to shooting only in four directions.
The choice for how the controls worked were influenced partly by the jam itself -- though I don't believe its an explicit rule that the controls be something that could be mapped to a gameboy's button configuration, it seems does seem to be the general consensus. This rules out, for example, the traditional twin-stick controls (one for movement, one for shooting).

That being said, I was quite happy with how the controls influenced the game play -- for example, when being chased you have to pick a good moment to flip round, hit fire and then continue running so you don't get hit. It also adds an extra challenge in having to do this very quickly.

Re: Zömbies

Posted: Thu Aug 14, 2014 7:51 am
by OmarShehata
rxi wrote:That being said, I was quite happy with how the controls influenced the game play -- for example, when being chased you have to pick a good moment to flip round, hit fire and then continue running so you don't get hit. It also adds an extra challenge in having to do this very quickly.
I do love how the controls actually change the way you play. Feels like a fresh take on it. I also wanted to say I love how the environment plays into the game! I thought the train was just a visual thing...until it obliterated me and the zombies! It feels like there's a lot of potential for that, from luring the zombies into the train tracks, to other environment pitfalls which could work for or against you depending on how well you play.

Re: Zömbies

Posted: Fri Aug 15, 2014 10:07 am
by pelicano_o
rxi wrote:
That being said, I was quite happy with how the controls influenced the game play -- for example, when being chased you have to pick a good moment to flip round, hit fire and then continue running so you don't get hit. It also adds an extra challenge in having to do this very quickly.
Maybe you are right. The challenges and thrill of it did pull me back to it again and again. I could still learn new strategies after playing it for like 20 or 30 times.