You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
_**Minecraft: Python Edition**_ is a project that strives to recreate each and every old Minecraft version in Python 3 using the **Pyglet** multimedia library and **Cython** for performance.
6
6
7
-
This project is currently recreating the **Survival Test Classic** versions of Minecraft. The latest version is **Classic 0.25_05 SURVIVAL TEST** as released on _**September 3, 2009**_.
7
+
This project is currently recreating the **Survival Test Classic** versions of Minecraft. The latest version is **Classic 0.27 SURVIVAL TEST** as released on _**October 24, 2009**_.
8
8
9
-
Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_Classic_0.25_05_SURVIVAL_TEST).
9
+
Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_Classic_0.27_SURVIVAL_TEST).
10
10
11
11
This project is organized so that every commit is strictly the finished Python version of the Java game of the same version number.
12
12
This means that you can go back into this repository's commit history and see only the source code changes between versions of Minecraft,
@@ -20,7 +20,7 @@ you can play it just by specifying the Minecraft version you want to play in the
20
20
For audio to work you will either need *PyOgg* which is recommended, or FFmpeg which is installed on the system.
21
21
GStreamer is also supported on Linux through the *gst-python* library. PyOgg requires that your system have one of the *Opus*, *FLAC*, or *Vorbis* codecs. OpenAL is required.
22
22
23
-
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.25`.
23
+
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.27`.
24
24
25
25
Alternatively, for a manual Cython build, run `python setup.py build_ext --inplace`.
26
26
@@ -30,12 +30,16 @@ Run with the argument `-fullscreen` to open the window in fullscreen mode.
30
30
31
31
### Gameplay
32
32
33
-
This version features early mobs (pigs, creepers, skeletons, zombies) and basic combat. Press Tab to launch arrows at enemies.
33
+
This version features early mobs (pigs, creepers, skeletons, zombies, spiders) and basic combat. Press Tab to launch arrows at enemies.
34
+
35
+
This is the first version to feature spiders.
34
36
35
37
There are pigs that drop brown mushrooms. Creepers explode only upon death.
36
38
37
39
To heal, pick up mushrooms and right click to eat. Red mushrooms are poisonous and will take away health.
38
40
41
+
TNT and ore blocks are featured in this version. There is also early weather; press F5 to toggle rain.
42
+
39
43
### Multiplayer
40
44
41
45
Since this is a Survival version of Classic, multiplayer support is disabled.
0 commit comments