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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# ClassiCube - for Windows on ARM32
2
+
3
+
ClassiCube is a custom Minecraft Classic and ClassiCube client written in C that works COMPLETELY on WoA32 without ANY ISSUES! Performance will be different for everyone.
4
+
5
+
## Building
6
+
7
+
1. Have a cross environment setup for ARM32 Windows (MXE + LLVM-MinGW is what I use) and clone the repository (`git clone https://github.com/armdevvel/ClassiCube --depth=1`)
4. Once it's done compiling, you can run the game on Windows on ARM32 or Aarch64 with the following files in a folder together (assuming you used LLVM-MinGW): `libc++.dll`, `libssp-0.dll`, `libunwind.dll`, `libwinpthread-1.dll`, and last but not least, `ClassiCube.exe`.
11
+
12
+
## Running
13
+
14
+
Pre-built ARM32 executables will be in the [Releases](https://github.com/armdevvel/ClassiCube/releases) page.
15
+
16
+
## Feedback
17
+
18
+
Never be scared to open an issue if you need to ask a question or something is wrong!
19
+
20
+
# Original README
21
+
1
22
ClassiCube is a custom Minecraft Classic and ClassiCube client written in C that works on Windows, macOS, Linux, Android, FreeBSD, NetBSD, OpenBSD, Solaris, Haiku, and in a browser.
2
23
**It is not affiliated with (or supported by) Mojang AB, Minecraft, or Microsoft in any way.**
0 commit comments