Following tetris guidelines, instant softdrop after specified time
To edit settings, put file config.ini in the same folder
install sdl: vcpkg install sdl:x64-windows
install cmake
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/Users/user/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build .
note: mingw seems to fail, use visual studio if error:
Could not find a package configuration file provided by "SDL2" with any of the following names:
Install brew (or replace brew with sudo apt-get on linux)
brew install sdl2
brew install cmake
mkdir build
cd build
cmake ..
make