Tuula Turto
Tuula Turto
Docs are problemating, as they often fall behind when code evolves. Still it would be good idea to have a section in docs to give overall view of the codebase...
Characters should be able to lift extremely heavy items
Instead of ``` hylang => (flatten [[{:one 1 :two 2}] [{:three 3 :four 4}]]) ['\ufdd0:one', '\ufdd0:two', '\ufdd0:three', '\ufdd0:four'] ``` I was expecting ```hylang => (flatten [[{:one 1 :two 2}] [{:three...
left-if-nil can be worked out just with ->either, provided there are no other falsey values expected. do-monad-e is just (either print Right (do-monad ...))
create-effect is set in test_effects.py, but never reset back to original.
A bat (or colony of bats) that move by flying and nest near or in large pits. They can be on map when player enters, or they can emerge from...
add getting started info, description of different file types and mention required python version in some of the header files.