A simple 2D python game where two players face off in shooting zombies.
Base code from: https://github.com/techwithtim/PygameForBeginners
The controls for the players are WASD to move and Left Ctrl to shoot for player 1, arrow keys to move and Right Ctrl to shoot for player 2.
- Pygame
- Pyinstaller
- Piskel Sprite Editor
Just download the files, open main.py and run it!