CLI Speedcubing timer built with C++/FTXUI
- tnoodle-cli for WCA-c ompliant scrambles generation
At the moment you can only build axolotl-cube-timer
from sources.
Installation dependencies:
conan2
cmake>=3.16
- Download source code repository:
git clone https://github.com/dj1vs/axolotl-cube-timer
cd axolotl-cube-timer
- Install packages from conan:
sh/conan_install.sh
- Build project:
sh/conan_build.sh
- Your executable will be generated in
build
folder.
For axolotl-cube-timer
you can use the following shortcuts:
n
- generate new scrambleSpace
- start/end timerq
- quit
Managing current puzzle via dropbox is trivial.
- If you have
tnoodle
installed in custom path, you can specify it using environment variableTNOODLE_PATH
:
export TNOODLE_PATH=/opt/apps/tnoodle
axolotl-cube-timer