ⒸⒶⓉⒶⓈⓉⒶ - Share levels online and play others! Kinda complicated project i have been working on for soooo long time now :D > All music is AI generated with suno.com > All text is draw using a PTE by @-Rex- > Huge thanks to @TimMcCool for his scratchattach libary! > Entierly pen drawn project :0 > @Chrome_Cat for square to line intersection formula. > Forgot the name of who made the line to point formula :( > About 5000 blocks while about 2500 are by me. > Thinks that's all if I forgot anything tell me ;) For developers: It was kinda tricky to implement the tile rendering, I am first splitting it up into a quad tree and then merging all the rectangles into larger ones. After that you can very quickly render everything witch makes this runnable in scratch on slow computers. This is using a python server to store the levels in a txt file on my computer. I was plannning to add so you can love levels too but was too lazy. #games #all