pycraft icon indicating copy to clipboard operation
pycraft copied to clipboard

A Minecraft-inspired game for the terminal

Results 38 pycraft issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/923336/107124761-a312bb00-689d-11eb-8778-18fd7d45330e.png) 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...

bug
needs figuring out
renderer

Gravity needs to be moved to the server side.

needs figuring out

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...

terrain gen

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...

bug
needs figuring out

Clients sometimes stop receiving updates from the server, but still send, and when they log out the server doesn't log them out properly.

bug

Are we going to continue to maintain the Python renderer, if not should we remove it?

question
renderer

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

question

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.

bug
needs figuring out
renderer

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...

question
game play