-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abfd13d
commit 26e0384
Showing
4 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# MCinaBox - A Minecraft Java Edition Launcher on Android | ||
## Table of Contents | ||
- [Background](#Background) | ||
- [Change Log](#Change-Log) | ||
- [Install](#Install) | ||
- [Usage](#Usage) | ||
- [Preview](#Preview) | ||
- [Known Issues](#Known-Issues) | ||
- [Maintainers](#Maintainers) | ||
- [Contributing](#Contributing) | ||
- [Related Efforts](#Related-Efforts) | ||
- [License](#License) | ||
|
||
## Background | ||
|
||
`Origin` I discovered the BoardwalkApp a few years ago, which can launch Minecraft Java Edition on Android devices. It's so exciting to see minecraft start on my phone. Thanks to Boardwalk, it left a deep impression on me, and since then I have also developed interest and love in programming. I learned Java programming for 8 days through 'Head First Java', and started to write my first Android program MCinaBox with the support of BoatApp Project.<br> | ||
>zhuowei 's BoardwalkApp https://github.com/zhuowei/Boardwalk <br> | ||
>CosineMath 's BoatApp https://github.com/CosineMath/BoatApp | ||
## Change Log | ||
|
||
### v0.1.0 | ||
- First debug edition. | ||
- Did't finished yet. | ||
|
||
## Install | ||
|
||
### Environment | ||
- Android Studio | ||
- Android NDK | ||
- Git | ||
|
||
### Clone | ||
- ```git clone https://github.com/longjunyu2/MCinaBox.git ``` | ||
|
||
### Import | ||
- Import this project in your Android Studio. | ||
|
||
### Build | ||
- Build via Android Studio. | ||
|
||
#### You can also get released apk from [here](). | ||
|
||
## Usage | ||
## Preview | ||
## Known Issues | ||
## Maintainers | ||
[@longjunyu2](https://github.com/longjunyu2) | ||
|
||
## Contributing | ||
This project exists thanks to all the people who contribute. | ||
## Related Efforts | ||
>CosineMath 's BoatApp https://github.com/CosineMath/BoatApp | ||
## License | ||
MIT © Junyu Long |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters