pycraft
pycraft copied to clipboard
A Minecraft-inspired game for the terminal
 The initial (or second?) frame of the output doesn't seem to have it's state updated correctly, because the sky gets darker without it re-printing the sky. This becomes obvious...
More terrain generation features would be a good idea. This is an issue to collect a list of possible ideas and work out how to implement them. Due to the...
In the `Game` object, we have the `reload_slices` method (triggered by `event_unload_slices` from a client after loading chunks) which trims the loaded map down to the edges of all the...
Clients sometimes stop receiving updates from the server, but still send, and when they log out the server doesn't log them out properly.
Are we going to continue to maintain the Python renderer, if not should we remove it?
Can you add an exe version? I made [a poor one](https://github.com/itsapi/pycraft/files/5360989/main.zip) using auto-py-to-exe, a better one can probably be made with cx_freeze
There definitely seems to be a memory leak in the C renderer. After leaving it running for a few hours it slowed to a complete stop.
Using the h button to attack mobs is a bit clunky, as it is out of the way of the commonly used inputs. Intelligently using the k "use" button to...