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