A Minecraft-inspired sandbox game built with Svelte and Three.js. Explore, build, and craft directly in your browser!
Clone the repository:
git clone https://github.com/ifsvivek/minekit.git
cd minekit
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:5173
(or as specified).
Start building your world by placing and breaking blocks!
src/
āāā components/ # Svelte components
āāā assets/ # Textures and assets
āāā lib/ # Utility functions (e.g., terrain generation)
āāā styles/ # CSS and global styles
āāā main.js # Application entry point
āāā App.svelte # Main Svelte app
Contributions are welcome! Here's how you can help:
git checkout -b feature/amazing-feature
git commit -m "Add some amazing feature"
git push origin feature/amazing-feature
This project is licensed under the MIT License. See the LICENSE file for details.
Happy mining! āļø