From 882481ad62e8c7951f06a3f0918ab53efb01eddf Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Sun, 17 Sep 2023 19:43:22 +0200 Subject: [PATCH] Add readme skeleton --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..931c96d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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](https://github.com/Dav1dde/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](./LICENSE) for details.