PyZombie is a minimalist 2D top-down shooter developed as a learning project. Built with Python’s Pygame library.
# Run PyZombie
python3 main.py
- Player movement using keyboard (Arrow Keys)
- Bullet shooting (Spacebar)
- Python 3.7+
- Pygame
# Install Pygame
pip install pygame