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 |
---|---|---|---|
1144 | 2024-05-12 13:04:34 | 63.97 | 94.7% |
1134 | 2024-05-12 12:51:41 | 66.22 | 95.3% |
1101 | 2024-03-09 06:00:01 | 58.18 | 96.2% |
1068 | 2024-03-02 01:12:28 | 40.78 | 95% |
995 | 2024-02-25 07:04:21 | 66.42 | 96.1% |
939 | 2024-02-24 07:52:01 | 52.82 | 95.3% |
927 | 2024-02-24 06:41:11 | 46.85 | 95.7% |
918 | 2024-02-24 04:40:54 | 60.17 | 95.7% |
817 | 2024-02-18 15:02:18 | 49.51 | 95.6% |
801 | 2024-02-18 12:59:58 | 64.68 | 96.2% |
747 | 2024-02-17 04:16:08 | 50.68 | 93.1% |
746 | 2024-02-17 04:14:02 | 41.99 | 94.3% |
740 | 2024-02-17 03:41:04 | 71.05 | 94.9% |
734 | 2024-02-17 03:31:35 | 63.91 | 96.2% |
732 | 2024-02-12 18:56:39 | 68.29 | 96.2% |
731 | 2024-02-12 18:55:01 | 66.06 | 96.1% |
727 | 2024-02-12 18:50:26 | 70.30 | 97% |
701 | 2024-02-11 10:21:58 | 70.69 | 95.9% |
669 | 2024-02-11 09:36:34 | 67.07 | 95.9% |
663 | 2024-02-11 08:46:00 | 65.79 | 96.5% |
644 | 2024-02-11 02:36:43 | 66.70 | 95.3% |
621 | 2024-02-10 08:37:27 | 68.93 | 96.3% |
596 | 2024-02-10 05:05:39 | 47.07 | 97% |
595 | 2024-02-10 05:03:25 | 54.22 | 95.9% |
560 | 2024-02-04 12:39:35 | 67.38 | 96% |
542 | 2024-02-04 12:09:48 | 67.91 | 95% |
539 | 2024-02-04 12:05:37 | 65.59 | 95.2% |
528 | 2024-02-03 09:53:34 | 57.04 | 95% |
508 | 2024-02-03 06:17:45 | 57.30 | 95.4% |
474 | 2024-01-08 13:01:55 | 62.98 | 95.2% |
470 | 2024-01-08 08:52:13 | 57.62 | 95.2% |
446 | 2024-01-07 08:28:07 | 50.39 | 92.6% |
403 | 2024-01-06 15:08:56 | 56.96 | 96.8% |
380 | 2023-12-15 15:43:06 | 57.11 | 96.4% |