Michael Nix
Michael Nix
I'm stubbing petlib at the moment and noticed that https://github.com/gdanezis/petlib/blob/master/petlib/bn.py#L763 doesn't return a bool. Is that intentional?
I recently discovered `lnav` and installed the snap version, since it was more up to date, than the one from my distributions repositories. I even wrote a log format file,...
If you have objects extending to the ground, which hit nothing, the game breaks. We can detect this. How should the error be displayed, if at all. Maybe a different...
Sometimes the type of an object is called an index, sometimes not. This should be made consistent. Index could also mean the position inside the level.
The Levelobject object has to do a lot of things, which makes it hard to test it. It is entangled into wx, when it shouldn't be, just like Tiles and...
In vertical levels objects can inhabit the same on screen position by having different different x,y values, because of screen wrapping. That results in switching from horizontal -> vertical ->...
To save a level into the ROM it needs to have an object and an enemy offset. So there needs to be some way to input those before saving. Maybe...
**Is your feature request related to a problem? Please describe.** A project I'm working on doesn't like type hints in the code, so I used the doc string format `:param...