Add some small notes.

This commit is contained in:
iProgramInCpp
2023-08-02 22:39:54 +03:00
parent 4c81c728f6
commit 6fe0b6e0a7

View File

@@ -1,7 +1,7 @@
# Minecraft PE Reverse Engineering Project
This project is an attempt to recreate one of the first released builds of Minecraft: Pocket Edition -- mcpe01_canada.apk -- and port it to other platforms,
via binary reverse engineering.
via binary reverse engineering. This project is similar in terms of goals to [Minecraft Pi](https://minecraft.net/edition/pi), except playable on more devices.
An Android build will come soon.
@@ -15,6 +15,10 @@ Eventually, I plan on creating a new repository, `mcpe01_canada`, which will inc
Want to help this project? [Here's a list of things left to do.](TODO.md)
## DISCLAIMER
This project **requires** you to have a copy of the `mcpe01_canada.apk` (sha256: ``), before you can build.
## Setup
Before opening the VS2022 project or trying to build, load the sound assets into the `sound_data/` folder in the root of the project