This is a script that provides 4 random round goals for a game in Wingspan.
The goals are selected from the tiles in the base game, European Expansion, and Oceania Expansion.
Download the project through Code, or through Git in the command line:
$ git clone https://github.com/linguistician/wingspan-random-goals.git
Run main.py
in your editor or command line with Python:
$ cd <script directory>
#Windows
$ python "main.py"
#Mac/Linux
$ python main.py
R1: Platform Birds With Eggs (Original)
R2: Birds in One Row (European)
R3: Beak Pointing Left (Oceania)
R4: White & No Powers (European)
Elizabeth Hargrave and Stonemaier Games for creating the wonderful board game of Wingspan! This tool is not associated with them, but hopefully adds to the enjoyment of the game.