Question about Boss Room

Hi all,

Does the Boss Room demo project implement client-side prediction and server reconciliation? I read this article series. It seems like a gentle introduction and I did peruse the javascript code from the demo they provide. But they only deal with 1D movement. I was looking for an example that was slightly more complicated than that. Before I dived into the Boss Room project, I was wondering if someone could save me some time before figuring that out for myself.

Boss Room does not use client-side prediction and reconciliation (reconciliation is actually a client side process).