Skip to content
1Codealot edited this page Dec 31, 2023 · 12 revisions

This is the wiki page for CLI_Timer!

Contents

  1. This Page

    1. What is CLI_Timer?
    2. Why was this made?
  2. Other Pages

    1. How to use CLI_Timer

      1. List of arguments
        1. Puzzle arguments
        2. Event modifiers
        3. Additional options
      2. Example commands
    2. How the software works

      1. Specific Files

        1. main.cpp
        2. etc.
      2. Specific functions

        1. Functions in main.cpp
        2. Functions in Scrambles.hpp
        3. etc...

What is CLI_Timer?

CLI_Timer is a program similar to cstimer for generating rubik's cube-like puzzle scrambles and tracking solve times for the command line written entirely in C++.

Why was this made?

I wanted to learn C++ and I saw nothing similar to this, so I thought, why not? And isn't that the best reason to create software?!

Clone this wiki locally