Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 559 Bytes

Build Status

A Tetris clone.

Build Requirements

  • C++14 Compiler (clang/gnu gcc)
  • CMake
  • SDL2
  • SDL2 TTF
  • SDL2 Mixer
  • CppUnit

Build Instructions

  1. git clone https://github.com/RafaelOstertag/gangof4.git
  2. cd gangof4
  3. mkdir build && cd build
  4. cmake .. -DCMAKE_BUILD_TYPE=Release
  5. cmake --build .

You may run it by issuing src/gangof4 or install it by typing sudo make install.