Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 481 Bytes

cube-timer

A rubik's cube timer gui built in C++ using SDL2

Currently only brings up a window and prints what should happen on keypress.

Build

You need cmake and vcpkg installed

git clone https://github.com/Ay-355/cube-timer
cd cube-timer
mkdir build
cd build
cmake .. "-DCMAKE_TOOLCHAIN_FILE=[vcpkg-root]/scripts/buildsystems/vcpkg.cmake"
cmake --build .

Your executable should be ./Debug/cube-timer