{% if travelling %}

Travelling to {{destination.name}}

Arrival at {{arrival_time|time}}
Page will update automagically! {% else %}

You are at {{game.location}}

Status: You have {{game.coins}} coins.

refresh. At {{game.location}} you can buy/sell these feathers:

{% for row in stock %} {% endfor %}
Feather Typemarket's stockyour inventoryPrice/feather
{{row.species}} {{row.count}} {{row.inventory}} {{row.price}} buy or sell

Go to another Market

Travel to
{% for market in travel_to %} {{market.name}} {{market.distance}} min
{% endfor %}

Buy maps

{% for map in maps_on_sale %} {{map.name}} buy map for {{map.map_price}} coins
{% endfor %}

Vote for me!

Please give me a favorable voting in the Pyweek game contest.


{% endif %}