PyCraft is a recreation of Minecraft in Python 3 made with PyGame.
Download the latest release, extract the zip, and run the exe.
$ git clone https://github.com/IAJWasTooShort/PyCraft.git
$ cd PyCraft
$ pip install -r requirements.txt
$ python3 main.py
Make an issue with any bugs you have found.
Feel free to make a pull request with updates you have made.
Task | Not Started | Doing | Done | Buggy |
---|---|---|---|---|
Main Menu | ||||
Loading Screen | ||||
Tree Rendering | ||||
Crafting | ||||
TNT Timer | ||||
Capitalise Item Names | ||||
Fall Damage | ||||
Make To-Do List | ||||
Key | Function |
---|---|
W | Move Forward |
S | Move Backward |
A | Move Left |
D | Move Right |
Space | Jump |
E | Open Inventory |
U | Choose an Item |
P | Get The Item |
1-9 | HotBar Slots |
F3 | Debug (laggy) |