A small tetris clone using C++ and SDL2.
Requirements:
- SDL2
- SDL2_image
- SDL2_ttf
Build:
makeDevelopment build:
make burt-blocks-devBuild:
make build/burt-blocks.jsDevelopment build:
make build/burt-blocks.htmlFormat using clang-format:
clang-format -i --style=mozilla src/*.h src/*.cpp