The “别出心裁” Award


Presented by xmzhang1 to:

Go forth and Butterfly (Ludiculous)

Short version: 

https://github.com/CompassMentis/go_forth_and_butterfly.git, python 3.6 or 3.7, pygame 2.0.0(dev)

----------


Lead your flock through the levels. Sleep at night or perish. Eat when hungry or perish

When it is mating season, make little butterflies (oops, no level for this - functionality is mostly but not quite there - so no mating)

Installation instructions:

(Steps 1 and 2 - you can also download the zip file, either from github or the uploaded file for this pyweek entry, unzip it and change into the newly created directory with the unzipped files)

(Steps 3 and 4 to create a virtual environment - optional but recommended)

(Step 3, this needs at least python 3.6, but doesn't work with 3.8 - so 3.6 or 3.7)

(Step 5, the only dependency is pygame. It only works with 2.0.0(dev), not 1.9.6)

  1. git clone git@github.com:CompassMentis/go_forth_and_butterfly.git
  2. cd go_forth_and_butterfly/
  3. python3.7 -m venv .env
  4. source .env/bin/activate
  5. pip install -r requirements.txt
  6. python main.py

Sorry, I couldn't get it to work with pyinstaller Please run it in Python instead