From 7e2b415e7d2e5cd28884990c4d9b3939d25c864a Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Fri, 13 Mar 2026 00:23:46 +0100 Subject: [PATCH 1/2] Update to the scope & platform support section of readme. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27d72247d..7690be098 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ Join our community: At the moment, we're aiming to support the following platforms: -- Linux (~85%, *rough estimate*) -- Emscripten (not started) -- macOS (not started) +Please note that these percentages are **estimates** and do not necessarily reflect the final playability of the game on each platform. + +- Linux (~85%) +- Emscripten (~10%) [[Check the Emscripten Branch](https://github.com/4jcraft/4jcraft/tree/feat/emscripten)] +- macOS (not started) [No official support but people has been able to run the game on MacOS] - iOS (not started) - Android (not started) From 48b551ac1c69f018f5267bc4712f672847c511fc Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Fri, 13 Mar 2026 00:31:37 +0100 Subject: [PATCH 2/2] minor spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7690be098..9087019bb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Please note that these percentages are **estimates** and do not necessarily refl - Linux (~85%) - Emscripten (~10%) [[Check the Emscripten Branch](https://github.com/4jcraft/4jcraft/tree/feat/emscripten)] -- macOS (not started) [No official support but people has been able to run the game on MacOS] +- macOS (not started) [No official support but people have been able to run the game on MacOS] - iOS (not started) - Android (not started)