From 7975f5c3c0ab49ecbefbe28d4c2f25a926fbba72 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 7 Mar 2026 09:43:47 -0600 Subject: [PATCH] docs: update README to better represent scope --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9366801a5..0ed9a989d 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,26 @@ --- -4JCraft is a modified version of the Minecraft Console Legacy Edition aimed on porting old Minecraft to different platforms (such as Linux, Android, Emscripten, etc.) +4JCraft is a modified version of the Minecraft Console Legacy Edition aimed on porting old Minecraft to different platforms (such as Linux, Android, Emscripten, etc.) and refactoring the codebase to improve organization and use modern C++ features. Join our community: * Discord: https://discord.gg/zFCwRWkkUg * Steam: https://steamcommunity.com/groups/4JCraft -## Planned platforms to be supported: -- Linux (~85%) +## Scope & Platform Support + +At the moment, we're aiming to support the following platforms: + +- Linux (~85%, *rough estimate*) - Emscripten (not started) -- PS3 - macOS (not started) - iOS (not started) - Android (not started) + +> All efforts are focused towards a native Linux port, OpenGL rendering pipeline, and modernizing the existing LCE codebase/tooling to make future platform ports easier. +> +> `Windows64` and other platforms originally supported by LCE are currently unsupported, since the original Visual Studio tooling has been stripped from this repository and replaced with our own. + --- ## Building (Linux)