From fb0fbcdf39d0f94e09875a0bd0bc96b5f802f60c Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Thu, 11 Jan 2024 21:48:19 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9650fd..9d63db8 100644 --- a/README.md +++ b/README.md @@ -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)