A sleek, modern, and customizable web wrapper for the official Minecraft Classic.
This project embeds the classic.minecraft.net game within a custom-built interface, providing a clean, futuristic aesthetic. It adds features like a themeable UI, a controls guide, and a dedicated fullscreen mode, all powered by clean HTML, CSS, and JavaScript.
- Glow Aesthetic: A dark, "glassmorphic" UI with a dynamic, glowing border.
- Customizable Theme: Change the UI's accent and glow color from the settings modal.
- Controls Panel: An easy-access info modal displaying all game controls.
- Immersive Fullscreen: A dedicated button to take the game wrapper into fullscreen mode.
- Clean Interface: All functionality is tucked into a minimalist sidebar.
- Robust UX: Includes a loading screen and toast notifications for a smoother experience.
This is a static front-end project. No build process is required.
- Clone the repository:
git clone [https://github.com/rajatkumar1011/minecraft.git](https://github.com/rajatkumar1011/minecraft.git)
- Navigate to the directory:
cd minecraft - Open
index.htmlin your web browser.
Note: Due to browser security policies (CORS) regarding iframes, you may need to run this from a simple local web server (e.g., using the "Live Server" extension in VS Code or Python's http.server) for the game to load correctly.
Click the game window to lock the cursor and play.
- Movement:
W,A,S,D - Jump:
Space - Destroy Block:
Left-Click - Place Block:
Right-Click - Block Menu:
B - Toggle Fog:
F
This project is a user interface wrapper and does not include the game itself.
ALL CREDIT FOR THE GAME GOES TO MINECRAFT CLASSIC: https://classic.minecraft.net/
Copyright (c) 2025 Rajat Kumar
This project is licensed under the MIT License. See the LICENSE file for full details.