A very simple game written for PyWeek 26 by Andrew Smith and Nicholas H.Tollervey (instructions for installing and running the game are at the end of this document).
Read the developer diaries for the game online.
All the code was created using the Mu code editor and PyGameZero by Dan Pope.
The source code is released under the MIT license (see the LICENSE file in this repository for more information).
Traffic Flowmageddon only works with Python 3!
I've tested the game works on Windows 10 (64bit), OSX (High Sierra) and Ubuntu Linux (18.04).
Installation of the dependencies is relatively simple:
$ pip3 install pgzero
Installing PyGame Zero will grab PyGame and other associated requirements.
Simply change directories into the root of the project (i.e. the directory in which you'll find this file) and type:
$ pgzrun flow.py
... then avoid those Zombies..!
Most of all, we hope you have as much fun playing it as we did writing it!