tetris/README.md

19 lines
421 B
Markdown

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