flax
flax copied to clipboard
Python 3 roguelike, based in the Flora universe, for real this time (maybe)
Results
2
flax issues
Sort by
recently updated
recently updated
newest added
I recently wanted to make my library able to use ANSI terminal control on Windows, so what I did was make https://github.com/tartley/colorama a submodule, then call `colorama.init()` if the current...
In the second level (many rooms, just after the initial cave level) there is a room with stairs. When attempting to use the stairs, this happened: ``` 1, in cached_render...