Skip to content

RafaelOstertag/gangof4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.