Skip to content

somso2e/Tetris-openGL

Repository files navigation

Tetris-openGL

Tetris written in C++ using OpenGL

How to build

Linux

  1. Install GLFW and GLM (Debian-based distros)
sudo apt install libglfw3-dev
sudo apt install libglm-dev 
  1. Build Freetype from source and install if it's not installed already
git clone https://git.savannah.nongnu.org/git/freetype/freetype2.git
cd freetype2
mkdir build && cd build
cmake ..     
make         
make install 
  1. Build using CMake
git clone --recurse-submodules https://github.com/somso2e/Tetris-openGL.git
mkdir build && cd build
cmake ..     
make

Windows

soon ™️

MacOS

lol good one