rawburt / burt-blocks

Tetris clone using SDL2 and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tetris clone using SDL2 and C++


Languages

Language:C++ 81.5%Language:C 10.2%Language:Makefile 4.2%Language:HTML 4.1%