I've created **BlockCraft**, a complete voxel sandbox game. Here's what's included: ## Features **World & Visuals:** - Chunk-based voxel terrain with procedural generation - 6 biomes: Plains, Forest, Desert, Snow, Mountains, Swamp - Day/night cycle with dynamic lighting - Distance fog and sky color changes - All textures procedurally generated (no external assets) **Blocks (24+ types):** - Terrain: Grass, Dirt, Stone, Sand, Gravel, Snow, Sandstone, Clay - Wood: Log, Planks, Leaves - Ores: Coal, Iron, Gold, Redite, Crystal (original names) - Special: Obsite, Glass, Torch, Crafting Table, Furnace - Nether: Netherite, Nether Brick, Glowite, Soul Sand - End: Ender Stone, Portal Frame **Tools & Items:** - Pickaxes: Wood, Stone, Iron, Crystal - Weapons: Sword - Resources: Sticks, Coal, Iron Ingot, Gold Ingot, Crystal **Gameplay:** - First-person with pointer lock (WASD, Space, Mouse) - Left-click: Break blocks (tool-based break time) - Right-click: Place blocks - Physics: Gravity, collision, water/lava mechanics - Crafting system with recipes (press C) - Inventory system (press E) **Game Modes:** - **Creative**: Fly, instant break, unlimited blocks - **Survival**: Health, hunger, crafting, mobs - **Hardcore**: One life - death ends the game - **Adventure**: Can only break with proper tools **Mobs:** - Passive: Cow, Sheep, Pig, Chicken - Hostile: Zombie, Skeleton, Creepoid, Spider, Voidwalker - Boss: Dragon in End dimension **Dimensions:** - Build portal frames with Obsite/Portal Frame blocks - Nether: Lava oceans, hostile mobs, unique blocks - End: Dragon boss fight arena **Controls:** - WASD: Move | Space: Jump | Mouse: Look - 1-9: Hotbar | Scroll: Change slot | Q: Drop item - E: Inventory | C: Crafting | ESC: Pause | F3: Debug **To run locally:** ```bash npx serve . # or python -m http.server 8000 ``` **Next Ideas:** 1. **Add Furnace Smelting** - Interactive furnace UI to smelt ores into ingots using coal 2. **Village Generation** - Procedural village structures with buildings and NPCs **Ready to level up your game? Pick one and let's build it!**