[WIP] My own Tetris clone!
Find a file
2023-09-17 19:56:25 +02:00
include Initial commit 2023-09-17 19:36:03 +02:00
src Initial commit 2023-09-17 19:36:03 +02:00
.gitignore Add CMakeLists.txt and gitignore 2023-09-17 19:56:25 +02:00
CMakeLists.txt Add CMakeLists.txt and gitignore 2023-09-17 19:56:25 +02:00
README.md Add readme skeleton 2023-09-17 19:43:22 +02:00

My own Tetris Clone!

This repository houses my own implementation of Tetris. Why? To learn a bit of game programming and using OpenGL/GLFW.

Building

TODO

Generating glad files

Using glad version 2, run:

glad --out-path . --api gl:core=4.1 c

License

This work is licensed under the GNU Lesser General Public License v3. See LICENSE for details.