I made tetris in C++ (could honestly convert into C real easily though) using OpenGL and GLFW
This project is compiled using the MSVC compiler via the command line (information about the command line compiler can be found here). Before building this project, you need to have built the GLFW library, and set the library and include path in build.bat.
To build:
- Open a terminal with
vcvarsall.batrunning. - Run
build.bat.

