Add readme skeleton

This commit is contained in:
Felix Suchert 2023-09-17 19:43:22 +02:00
parent 3aee1f2d97
commit 882481ad62
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

19
README.md Normal file
View file

@ -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.