Sheeves11 / UnnamedFiefdomGame

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

We should add some sort of log file so that you know when your fiefdoms and strongholds are attacked #92

Closed Sheeves11 closed 2 years ago

Sheeves11 commented 2 years ago

I'm thinking about a global log file of everything that happens on the map. Each attack will cause a new line to be written. When a user goes to view their log file, a function will print out only lines that begin with their user filename and skip the rest.

Seems pretty easy to implement. I'll work on this soon!

Sheeves11 commented 2 years ago

workin on this today