pygame is
Python
Simple DirectMedia Layer
 
 
pygame.org is
Site Swing
Zombie Hunter

Zombie Hunter - 0.1

Eric Franzen (darky)

Tags:

Description

Zombie Hunter is a top-down shooter, written for pyweek warmup week, where you are trapped within a city full of zombies. However there is some hope, as one of the few survivors you are fighting the zombies - one by one. One is enough to survive - but is one enough to destroy the peril? This is my first pygame game, so don't be too harsh:)

Links

Home Page: http://www.pygame.org/projects/20/395/?release_id=668
Source: http://www.divshare.com/download/309282-1d6

Screenshot


click to view original size

Releases

Zombie Hunter - 0.1 - Mar 30, 2007

Pygame.org account Comments

If you wish to leave a comment with your pygame.org account, please sign in first.

March 31, 2007 8:08am - Eric Franzen - nickname: (darky)
r0s: 10 is not the max score...the game however lacks balance so it is hard to survive.
Try moving around and outmanouvering the zombies.
btw: version 0.2 will be hold off 'till after pyweek. Version 0.2 will contain a large number of bug fixes and code clean up
March 30, 2007 5:08pm - Casey Duncan - nickname: (cduncan)
Shiroku: If you change it (and other occurances) from 0 to 1, it should work.
March 30, 2007 4:16pm - r0s - nickname: (r0s)
I have hunted 10 Zombies. Is it maximal score? :)
March 30, 2007 4:07pm - Shiroku - nickname: (shiroku)
when I run 'python run_game.py' (on Linux)
this is the output:
open /dev/sequencer: No such file or directory
Traceback (most recent call last):
File "run_game.py", line 13, in ?
zombieHunter.Play()
File "/home/fra/Desktop/ZombieHunter-v0.1/lib/main.py", line 296, in Play
self.MainLoop()
File "/home/fra/Desktop/ZombieHunter-v0.1/lib/main.py", line 414, in MainLoop
self.allsprites.update()
File "/usr/lib/python2.4/site-packages/pygame/sprite.py", line 303, in update
for s in self.sprites(): s.update(*args)
File "/home/fra/Desktop/ZombieHunter-v0.1/lib/main.py", line 174, in update
self.image = self.font.render(msg, 0, self.color)
pygame.error: SDL_ttf render failed
spotlight

 
our projects
pygame.org welcomes all python game, art, music, sound, video and multimedia projects. If they use pygame or not.
 
recent releases
May 24, 2012




May 23, 2012

May 22, 2012


May 20, 2012

May 19, 2012

May 18, 2012

May 17, 2012


... more!
 
for pygame related questions, comments, and suggestions, please see help (lists, irc)