Skip to main content

Zombie Shooter

Zombie Shooter is all about killing the all the Zombies!


Simon H. Larsen
(icefire1)
The Zombie Shooter is NO LONGER an ongoing development. I will not be uploading new releases until I've finished developing the Unity3d version of this game.
This game ia all about killing zombie while you move around meanwhile the intensity rises.

Changes

Links

Home Page
http://simonhl.dk/zombie-shooter/

Releases

Zombie Shooter 0.1 — 7 Feb, 2013

Zombie Shooter 0.2 — 13 Apr, 2013

Pygame.org account Comments

  • L0LN1NJ4 2013-02-10 01:06

    I tried running the game in Ubuntu, it only worked after I swapped some of the backslashes '\\' in the file paths to forward slashes. I think the non-OS dependent method is to separate each part of the path as a separate parameter, like "images","character" instead of "images\\character".

    Simon Larsen 2013-02-10 15:43

    This will be changed and will use os instead. from 0.2 release

  • Ochi12 2013-02-13 22:43

    Great game man, I think that the character should be vulnerable, but anyway its a very good game

    Simon Larsen 2013-02-13 23:19

    Thank you very much. I will definitely add that as the development continues :)

  • metulburr 2013-04-14 10:35

    in shots.py you still have it hard coded pathProj = os.path.join(pathWork, "images\\projectiles") in what i assume is 0.2

    Simon Larsen 2013-04-14 15:24

    Oh, I missed that! Thank you for letting me know. It should be fixed now.