foxfriends / root

Play Root online with friends. Original board game by Cole Wehrle, with art by Kyle Ferrin
6 stars 1 forks source link

Marquise Birdsong #61

Open foxfriends opened 3 years ago

foxfriends commented 3 years ago

When the Marquise's turn starts, add one wood at each sawmill, then move on to daylight.

If there is not enough wood left to place one at every sawmill, prompt the user (place_token[wood, Position]) until all the wood is placed. This will require some sort of state to be tracked on the game object so they cannot place multiple wood at the same sawmill.

agdust commented 3 years ago

Smol clarification: user interaction is required if there are more sawmills than the wood left. Then user should be able to pick clearings where to put wood

foxfriends commented 3 years ago

Good point. I have updated the description