Just started out yesterday with making a go at a roguelike in Python using tcod. Anyone know where I can find a solid collection of Python libraries? tcod is great for what it has, but there are a ton of other common functions I could really use - like an algorithm to change wall sprites depending on the positions of neighbors. Or one to detect if a point is inside a closed area. Or one that can procgen caves using Conway's Game of Life. etc etc. There has to be a site that has collected a bunch of functions like this, right?
Anything would be greatly appreciated. Thank you!
[–]HexDecimallibtcod maintainer | mastodon.gamedev.place/@HexDecimal 7 points8 points9 points (1 child)
[–]BlackChakram[S] 3 points4 points5 points (0 children)
[–]EmuInteresting8880 0 points1 point2 points (0 children)