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 |
---|---|---|---|
1048 | 2024-06-11 05:04:01 | 59.72 | 92.9% |
1047 | 2024-06-11 05:02:09 | 63.73 | 95% |
1033 | 2024-06-09 05:11:04 | 63.89 | 94.3% |
1022 | 2024-06-09 05:01:06 | 70.15 | 95.9% |
983 | 2024-06-06 05:04:48 | 63.93 | 94.1% |
958 | 2024-06-05 05:16:28 | 57.75 | 92.9% |
940 | 2024-06-04 05:38:07 | 68.82 | 94.6% |
910 | 2024-06-03 14:03:57 | 70.13 | 94.4% |
867 | 2024-06-01 08:51:28 | 60.11 | 94% |
863 | 2024-06-01 08:45:50 | 60.05 | 93.7% |
838 | 2024-05-31 05:25:11 | 66.71 | 94.9% |
816 | 2024-05-30 14:26:41 | 63.89 | 93.5% |
804 | 2024-05-30 05:28:18 | 63.41 | 94.5% |
753 | 2024-05-27 11:36:47 | 60.35 | 93% |
715 | 2024-05-27 08:45:57 | 74.37 | 96.2% |
708 | 2024-05-25 06:34:32 | 58.26 | 92.4% |
706 | 2024-05-25 06:30:31 | 58.92 | 93.3% |
701 | 2024-05-25 06:23:45 | 58.65 | 93.3% |
675 | 2024-05-25 05:54:40 | 64.79 | 93.9% |
660 | 2024-05-21 14:44:34 | 62.40 | 95.2% |
642 | 2024-05-21 14:21:51 | 65.99 | 95.7% |
629 | 2024-05-21 14:05:16 | 67.18 | 95.1% |
571 | 2024-05-19 06:29:19 | 51.89 | 91.9% |
521 | 2024-05-18 08:02:12 | 67.47 | 95.5% |
488 | 2024-05-17 14:37:53 | 64.97 | 95.2% |
478 | 2024-05-17 14:26:57 | 51.66 | 92% |
436 | 2024-05-15 13:52:59 | 60.14 | 94% |
426 | 2024-05-15 13:42:14 | 65.04 | 94.8% |
405 | 2024-05-15 13:20:54 | 73.52 | 94.7% |
393 | 2024-05-12 06:22:45 | 50.58 | 92.3% |
392 | 2024-05-12 06:20:39 | 57.93 | 93.1% |
290 | 2024-05-08 06:57:51 | 63.99 | 94.6% |
241 | 2024-05-06 09:29:21 | 59.55 | 94.2% |
208 | 2024-05-05 13:29:16 | 57.20 | 93.1% |
108 | 2024-04-19 05:40:15 | 59.62 | 93.7% |
83 | 2024-04-14 05:28:02 | 61.39 | 94.9% |
45 | 2024-04-07 06:38:16 | 58.16 | 95.2% |