diff --git a/index.html b/index.html index da77766..b5eadce 100644 --- a/index.html +++ b/index.html @@ -27,5 +27,7 @@

The Plot, Plant, Anti-Plant, and Barrier buttons allow you to select which tile you place down when you click on cells. Click on the brown cells on the board to place the tile that you set. To setup a game board, place down barriers how you please or none at all, place down at least one plant and one anti-plant, and watch them fight for control by manually Ticking through or running the clock

If either the plant or anti-plant species has prevailed and you want to run again, turn the clock off and click the Kill Living button which will clear the board of plants and anti-plants, turning them back into plots, leaving your barriers in place. Place an anti-plant and plant and begin again.

+

Source code for this game is available by clicking here under the EUPL.

+ diff --git a/style.css b/style.css index 730ca0c..3dea57c 100644 --- a/style.css +++ b/style.css @@ -49,3 +49,7 @@ button { padding: 12px; padding-top: calc(12px + 3px); } + +a { + color: #efe; +}