update readme.md, decided to use my own algorithm

This commit is contained in:
John Landers
2024-01-15 23:24:28 -06:00
parent ec66245d0c
commit 6de5ece036

View File

@@ -66,4 +66,3 @@ This project is licensed under the MIT License - see the LICENSE file for detail
Inspiration, code snippets, etc. Inspiration, code snippets, etc.
* [Tetris](https://en.wikipedia.org/wiki/Tetris) * [Tetris](https://en.wikipedia.org/wiki/Tetris)
* [raylib](https://github.com/raysan5/raylib) * [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) - User does provide code samples, however I choose to implement my algorithm solely from the psuedocode provided in this excellent answer.