Skip to content

super3/Zombie-Factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zombie Factory

Info

About

Thanks for taking a look at the Zombie Factory Project. The Zombie Factory is a simple zombie shooter developed with PyGame (http://pygame.org) and Python (http://python.org). I created it to test the functionatly of PyGame, to play around with Python a bit, and learn a bit of pixel art in the process.

Progress

Currently I am developing some base and flexible classes. These classes are better explained in their docstrings. These all form a loose game engine on which the game will be built, and also can be used in the future.

While some of these classes might be pretty specific, like the civilian class, others could be very helpful for general PyGame development. For example, the world class is able to load in a space with a background image, music, icon, title, and is also scrollable. Just add some of your sprites, and it is ready to go. So if you are looking for something for your project I would start there.

License and Usage

Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/) Feel free to use the code you find in the files, but please give a link back the project webpage so others can find it as well.

Please let me know if you have any problems or suggestions!

Folders

  • /assets - Contains art source files, as well as concepts. Most of these are .PSD files.
  • /model - Various classes for the game.
  • /view - All the art files (.png format) or view based source code.
  • /old_code - Previous version of Zombie Factory. Used for reference.

About

A simple zombie shooting game made with PyGame and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages