bencbartlett / Overmind

AI for Screeps, a multiplayer programming strategy game
MIT License
545 stars 155 forks source link

RoomObject.print #211

Open tiennou opened 7 months ago

tiennou commented 7 months ago

Pull request summary

Description:

This adds a RoomObject-level .print method, so that it's safe to print any sort of object. I believe it is missing a couple cases, but it covers most of them.

Testing checklist:

tiennou commented 7 months ago

Tooling changes removed, and changed the typeguards to use explicit structural checks.