Add readme skeleton
This commit is contained in:
parent
3aee1f2d97
commit
882481ad62
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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.
|
Loading…
Reference in a new issue