frankobjank / natac

Free & open source networked game implemented in Python, inspired by Klaus Teuber's Settlers of Catan for MacOS and Linux.
1 stars 0 forks source link

Redesign Trade #35

Open frankobjank opened 2 months ago

frankobjank commented 2 months ago

The trade window should follow the bank trade window more closely - have each resource to offer (grayed out if current player does not own any) and a (- +) below each resource. When + is clicked, a square of that resource appears lower down closer to the middle to show it is being offered.

Same will apply to the resources requested but in reverse.

This should make the trade window easier to navigate and use.