Skip to content

rawburt/burt-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published