Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 568 Bytes

Zombie simulator

What it does

It simulates zombies!

The zombie apocalypse, as seen with emoji

How to run it

From the root of this repo, run:

make zombies

So long as you've got Python 3.8 or newer, this should work without any dependencies outside the standard library. If you particularly feel like running the tests, you can set that up with make test. This is going to assume you're somewhere with permissions to install dependencies; I'd recommend setting this up in a virtual environment of some description.