feeling unreasonably proud of myself for hacking together an implementation of Kruskal's algorithm in C++, and somehow it actually worked on the first try. :3
yes, I'm working on dumb projects again. 
feeling unreasonably proud of myself for hacking together an implementation of Kruskal's algorithm in C++, and somehow it actually worked on the first try. :3
yes, I'm working on dumb projects again. 
alright time to drown myself in coffee before I figure out the next part of this supremely cursed code
if folks're curious, I'm working on a traditional ASCII roguelike (again) because (a) it seemed like a good idea at the time, and (b) I'm a lot less shit at C++ than the last time I tried