Sheeves11 / UnnamedFiefdomGame

A text-based MMO using browser based terminal emulation! Capture as many fiefdoms as you can!
7 stars 1 forks source link

Add a list of conquered fiefdoms to the home stronghold screen #6

Closed Sheeves11 closed 2 years ago

Sheeves11 commented 2 years ago

This will require a loop that iterates through the /fiefs/ directory files and prints only the one where the player's username matches the file username field.

Sheeves11 commented 2 years ago

It's possible that the formatting issues this will cause aren't worth the convenience of this feature. It might be worthwhile to just display how many fiefdoms you control rather than name them

Steelwing723 commented 2 years ago

Yup, display the number instead or it will likely get too long. I'll look into this.

Sheeves11 commented 2 years ago

Update: Steelwing added this to the garrison screen!