Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Lelouche ? (lelouchebag@shitposter.club)'s status on Friday, 27-Oct-2023 19:37:21 JSTLelouche ? @condret @Suiseiseki At one point I made a rougelike so I had to implemtent A* (enemy searching, dungeon solvability), binary trees (dungeon generation), and some basic data structures for inventory management. In C that would be absolute hell to implement