Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 517 Bytes

Zombification

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.

Technologies used

  • Pygame
  • Pyinstaller
  • Piskel Sprite Editor

Try it yourself!

Just download the files, open main.py and run it!

Submitted to yuHacks 2021