/burt-blocks

Tetris clone using SDL2 and C++

Primary LanguageC++

Burt-Blocks

A small tetris clone using C++ and SDL2.

Building

Clang

Requirements:

  • SDL2
  • SDL2_image
  • SDL2_ttf

Build:

make

Development build:

make burt-blocks-dev

Emscripten

Build:

make build/burt-blocks.js

Development build:

make build/burt-blocks.html

Contributing

Format using clang-format:

 clang-format -i --style=mozilla src/*.h src/*.cpp