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

Hand in Discard Interface #5

Closed frankobjank closed 3 months ago

frankobjank commented 3 months ago

Players' hands should only appear in the discard interface if a player has more than 7 cards when 7 is rolled. Cleaning up rendering_functions.py will probably help organize the discard/ trade interfaces.