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 |
---|---|---|---|
360 | 2025-01-14 08:25:21 | 51.30 | 94.4% |
316 | 2025-01-09 15:04:32 | 59.29 | 95% |
298 | 2025-01-09 07:37:41 | 54.88 | 94.7% |
258 | 2024-12-24 08:35:30 | 58.32 | 94.8% |
251 | 2024-12-24 08:19:48 | 60.87 | 96.1% |
213 | 2024-12-12 18:49:14 | 58.98 | 95.9% |
186 | 2024-12-04 17:36:04 | 53.68 | 95% |
172 | 2024-11-29 18:29:28 | 58.45 | 96.2% |
161 | 2024-11-25 19:27:12 | 60.22 | 96.5% |
158 | 2024-11-25 19:06:12 | 64.23 | 96.9% |
149 | 2024-11-25 15:51:40 | 63.04 | 96.5% |
108 | 2024-03-24 22:21:02 | 58.80 | 96.7% |
77 | 2024-03-22 03:09:39 | 59.25 | 95.9% |
55 | 2024-03-20 00:48:50 | 54.79 | 95.2% |
22 | 2024-03-16 03:22:05 | 56.50 | 95.7% |