Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 997 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 997 Bytes

Goal Randomizer for Wingspan

This is a script that provides 4 random round goals for a game in Wingspan.

Info

The goals are selected from the tiles in the base game, European Expansion, and Oceania Expansion.

Setup

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

Example

  R1: Platform Birds With Eggs (Original)
  R2: Birds in One Row (European)
  R3: Beak Pointing Left (Oceania)
  R4: White & No Powers (European)

Credits

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.