cmake_minimum_required(VERSION 3.10) project(Tutorial VERSION 1.0) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED True) # configure a header file to pass some of the CMake settings to the source code configure_file(TutorialConfig.h.in TutorialConfig.h) add_executable(Tutorial tutorial.cxx) # add the binary tree to the search path for include files so that we will find TutorialConfig.h target_include_directories(Tutorial PUBLIC "${PROJECT_BINARY_DIR}")
Game | Time | WPM | Accuracy |
---|---|---|---|
780 | 2025-07-07 16:44:48 | 50.77 | 96% |
772 | 2025-07-01 19:34:42 | 59.35 | 95% |
750 | 2025-06-11 14:50:16 | 82.72 | 99% |
746 | 2025-06-10 17:00:02 | 82.39 | 99% |
736 | 2025-06-03 16:39:39 | 77.58 | 98% |
722 | 2025-05-27 15:42:52 | 76.68 | 98% |
708 | 2025-05-16 20:31:47 | 76.74 | 99% |
688 | 2025-05-02 15:42:06 | 76.54 | 98.6% |
619 | 2025-03-26 14:56:37 | 77.17 | 98% |
602 | 2025-03-18 16:49:22 | 81.87 | 99% |
503 | 2025-01-22 15:40:29 | 80.65 | 99.2% |
485 | 2025-01-10 14:56:52 | 77.45 | 98.4% |
424 | 2024-12-04 20:42:23 | 80.49 | 99.2% |
418 | 2024-11-27 15:59:52 | 77.64 | 97.8% |
392 | 2024-11-13 20:09:39 | 80.45 | 98.6% |
390 | 2024-11-13 20:07:38 | 75.02 | 97.2% |
371 | 2024-10-31 13:18:01 | 74.18 | 97.3% |
358 | 2024-10-23 13:24:11 | 77.06 | 97.8% |
326 | 2024-10-02 18:59:26 | 75.35 | 98% |
264 | 2024-08-20 18:09:23 | 77.92 | 98.8% |
230 | 2024-07-30 15:33:45 | 81.76 | 98.6% |
225 | 2024-07-25 18:07:09 | 76.43 | 99% |
195 | 2024-07-10 16:29:09 | 78.78 | 98% |
193 | 2024-07-09 14:23:38 | 80.67 | 98.6% |
131 | 2024-05-31 14:41:08 | 74.32 | 98.2% |
117 | 2024-05-22 13:55:58 | 80.69 | 98.6% |
94 | 2024-05-13 14:28:35 | 74.74 | 97.3% |
81 | 2024-05-06 14:37:14 | 77.93 | 97.6% |
42 | 2024-04-10 15:56:28 | 83.69 | 99.2% |
10 | 2024-03-25 14:16:52 | 76.00 | 98.6% |