serin-delaunay / corpsestacker

7DRL 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corpse Stacker

https://github.com/serin-delaunay/corpsestacker

7DRL 2017 entry. Stack zombie corpses. Don't get eaten.

Screenshot

How to play

Windows

  1. Download a release from Github.

  2. Unzip.

  3. Run corpsestacker.exe.

Linux, Mac OS, Windows

  1. Install Python 3 (python.org)
  2. Clone this repository (or unzip the archive):
    git clone https://github.com/serin-delaunay/corpsestacker.git
    
  3. Enter directory:
    cd corpsestacker
    
  4. Install requirements:
    pip install -r requirements.txt
    
  5. Play:
    python corpsestacker.py
    

Stuck?

The game mechanics are simple enough to deduce from experimentation, but if you need more information, check out FAQ.md.

About

7DRL 2017

License:MIT License


Languages

Language:Python 89.4%Language:Batchfile 10.6%