ben-ryder / Conqueror-of-Empires

A turn-based strategy game where up to 4 local players battle to be victorious, by expanding their empires, and controlling units to conquer cities and attack the enemy.
GNU General Public License v3.0
41 stars 9 forks source link

Replace custom UI elements with a library. #20

Open ben-ryder opened 3 years ago

ben-ryder commented 3 years ago

Describe your improvement It is probably a good idea to look at replacing as many of the custom GUI components as possible with components from a UI library. A quick look around and pygame_gui (https://github.com/MyreMylar/pygame_gui) looks like a good choice.

Is your suggestion related to any problems? Not specifically, but this might make the GUI easier to maintain & work on.

Additional context n/a