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

- Follow player - Pick a location and pathfind to it.

game play

At the moment the framerate is set as a maximum of 15, but this is so that is can run in slower terminals, while on most terminals, it can go...

renderer

https://docs.python.org/3.5/library/collections.html#collections.namedtuple

question

Relating to #3, we should detect the escape code / colour support and enable features accordingly.

needs figuring out
renderer

It would be nice if we could get it running on most platforms. I sorta got it running on Windows, the main hurdle to get it running was input, then...

Related to #71, we need to blend the borders between the biomes, so a you don't end up with a wall of trees on the border between plains and a...

not blocked
terrain gen

As we add more structures to the game ( #10 ), it is going to get messy with each of them having roughly the same code, just with some different...

terrain gen

The current implementation of biomes is just identified by the spawn rate of trees. This makes it hard to use for anything else, it should be rewritten to identify biomes...

terrain gen

We should try and get arrow keys working in non-blocking input.

- [x] sky colour when underground - [x] smooth transition of night/day - [ ] sunrise/sunset - [x] better torch light

in progress
renderer