Part 16: Time and UI In Part 16, we implement the UI elements to display move count and completion time, giving players real-time feedback on their performance and showing their best results. We also fix a bug with how the time it took to solve a level was calculated by using std::chrono.