|
4 | 4 |
|
5 | 5 | _**Minecraft: Python Edition**_ is a project that strives to recreate each and every old Minecraft version in Python using the **Pyglet** multimedia library and **Cython** for performance. |
6 | 6 |
|
7 | | -This project is currently recreating the **Preclassic** versions of Minecraft. The latest version is **Preclassic rd-161348** as released on _**May 16, 2009**_. |
| 7 | +This project is currently recreating the **Classic** versions of Minecraft. The latest version is **Classic 0.0.11a** as released on _**May 17, 2009**_. |
8 | 8 |
|
9 | | -Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_pre-Classic_rd-161348). |
| 9 | +Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_Classic_0.0.11a). |
10 | 10 |
|
11 | 11 | ### General Usage |
12 | 12 |
|
13 | 13 | *Pyglet* and *Cython* are required dependencies and can easily be installed with *pip*. Use the versions specified in `requirements.txt`. |
14 | 14 |
|
15 | | -To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==161348`. |
| 15 | +To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.0.11`. |
16 | 16 |
|
17 | 17 | Alternatively, for a manual Cython build, run `python setup.py build_ext --inplace`. |
18 | 18 |
|
19 | 19 | Run `python -m mc.net.minecraft.Minecraft` to launch the game. *Minecraft: Python Edition* should be compatible with any modern platform that supports OpenGL and Cython. |
20 | 20 |
|
21 | 21 | ### Gameplay |
22 | 22 |
|
23 | | -Basic terrain, early block picking and placing, and human mobs are featured in this version. There are five different blocks you can place. |
| 23 | +Basic terrain, block picking and placing, level saving, and human mobs are featured in this version. There are five different blocks you can place. |
24 | 24 |
|
25 | | -Press *Esc* to exit the game. Press *Return* to save, *R* to reset your position, *G* to spawn a mob, and numbers *1-4* (*6* for saplings) to switch blocks. |
| 25 | +Press *Esc* to release the mouse. Press *R* to reset your position, *G* to spawn a mob, *Y* to invert mouse, *Enter* to save, and numbers *1-4* (*6* for saplings) to switch blocks. |
26 | 26 |
|
27 | 27 | ### Additional Notes |
28 | 28 |
|
|
0 commit comments