pycraft
pycraft copied to clipboard
A Minecraft-inspired game for the terminal
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...
https://docs.python.org/3.5/library/collections.html#collections.namedtuple
Relating to #3, we should detect the escape code / colour support and enable features accordingly.
Windows
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...
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...
Biomes
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...
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