MichaelMackus

Results 64 comments of MichaelMackus

Also, I feel like the aligning of up & down stairs should at least be optional if that is what is causing a lot of these issues. It is not...

Any chance for a rebase @drinkcat ? Thanks for the work on this!

Related https://github.com/libtcod/libtcod/issues/25

Ok thanks for the input. I might look into adding this in a separate PR in the future. Personally, I prefer to do everything in a single Makefile, and haven't...

I did a pretty basic pathfinder via native C with no issues. It is a bit messy but using pointer functions I can add a custom heuristic with little issues....

Ah, I just noticed you're expanding it to 3d. Perhaps thinking of this more functionally would help more - I know in my haskell roguelike I pass in a function...

Feel free to take a look at my library if helpful: https://github.com/MichaelMackus/simplerl/blob/master/lib/ (it is all MIT) It is far from complete and I'm sure there might be some bugs, but...

SDL is available pre-built on almost every platform, so building shouldn't be too difficult. I've never ran into any issues building SDL so that seems a bit strange (I've built...

:+1: Would be tremendously useful if this module could support passing ENV variables to the docker-compose process. This way we can set overrides for env variables in the ".env" file.