Update README.md

This commit is contained in:
Cole Landers
2024-01-11 21:48:19 -06:00
committed by GitHub
parent b773b48a87
commit fb0fbcdf39

View File

@@ -65,3 +65,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
Inspiration, code snippets, etc.
* [Tetris](https://en.wikipedia.org/wiki/Tetris)
* [raylib](https://github.com/raysan5/raylib)
* [2D Array Rotation Algorithm](https://stackoverflow.com/questions/42519/how-do-you-rotate-a-two-dimensional-array/8664879#8664879)