Skip to content

TheFantasticWarrior/tetris

Repository files navigation

Tetris with instant soft drop delay

Following tetris guidelines, instant softdrop after specified time
To edit settings, put file config.ini in the same folder

Install

Windows:

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:

mac/linux:

Install brew (or replace brew with sudo apt-get on linux)

brew install sdl2
brew install cmake
mkdir build
cd build
cmake ..
make

About

Tetris playable client

Resources

Stars

Watchers

Forks

Packages

No packages published