Feature: Gamified Minecraft Lists Module (Survival Story Mode, FLIP Animations & 17-Op Sandbox) - #23
Open
abhijeetjanbandhu123 wants to merge 6 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Add Minecraft Lists Learning Module
Summary
Introduces a fully gamified Minecraft Lists module to PyBe, teaching Python list operations through an interactive Minecraft-themed experience. This is a frontend-only feature addition — no backend changes.
What's New
[],append(),len(),insert(),pop(), andsort(), accepting both plain English ("add wood") and Python syntax input.Stage.jsx) — smooth, native React-based reordering animations (no external animation library needed)./minecraft-listlinked from the main dashboard sidebar via a "PLAY MINECRAFT LISTS" button.Changes
react-router-domfor client-side routing.BrowserRouter/Routesto support the new route alongside the existing dashboard.refresh()inmain.jsxso a down backend no longer leaves the UI stuck loading.main.jsx..app-shellto prevent style leakage into the new module.allowedHosts: true) for dev server support.Files Added
client/src/pages/MinecraftList/MinecraftList.jsxclient/src/pages/MinecraftList/components/SurvivalMode.jsxclient/src/pages/MinecraftList/components/CreativeSandbox.jsxclient/src/pages/MinecraftList/components/Stage.jsxclient/src/pages/MinecraftList/MinecraftList.cssclient/src/pages/MinecraftList/README.mdclient/public/minecraft-list/hero_backpack.jpgBackend Impact
✅ None —
server/**is untouched.Testing
/dashboard loads and functions as before/minecraft-listroute loads correctlyNotes
Product.md,case-study.md,change.md) updated to reflect this release.Product.md
Changelog.md
Case_Study.md