# TODO - state snapshots (memento) - send commands from GUI - artist-artist collision behavior - artist steps on tile behavior stability issues: - `BlueTileBehavior::update_neighbor` causes segfault pretty consistently when >15k artists exist - The view very rarely reads artists that were just deleted by the museum worker thread (set to nullptr first (atomic), delete later)