Play a voxel game in your browser
Play an interactive 3D Breakout game
"One-minute creation by AI Coding Autonomous Agent MOUSE"
Play a 2v2 soccer game in your browser
Find neighboring countries in a fun quiz game!
Run and customize ML agents in a simulation
https://huggingface.co/spaces/VIDraft/mouse-webgen
Play the QingHuiYuan game in your browser
Simulate and control a vehicle using WASD keys
"One-minute creation by AI Coding Autonomous Agent MOUSE-I"
Explore a pyramid-solving game with AI
Load and play a Unity game
Play trivia questions to earn points
Godot 3D Voxel is a browser-based tool designed for creating and playing voxel-style 3D games. It leverages the Godot game engine to provide a versatile environment for building and exploring voxel worlds. Voxel games are known for their blocky, low-resolution 3D graphics, which have become popular in titles like Minecraft. Godot 3D Voxel allows developers and players to interact with these worlds directly in the browser, making it accessible and easy to use.
• Voxel-Based Terrain Generation: Create 3D landscapes using voxels, which can be customized in shape, color, and texture.
• Real-Time Voxel Manipulation: Edit the world in real time, adding or removing voxels as you play or build.
• Browser-Based Gameplay: Play and build voxel games directly in your web browser without needing to download any software.
• Physics and Collision Detection: Interact with the voxel world using physics-based movement and collisions.
• Scripting and Customization: Use Godot’s scripting language to add custom logic, behaviors, and mechanics to your voxel games.
• Multiplayer Support: Join or create multiplayer voxel worlds to play with friends.
What does "voxel" mean?
A voxel, short for "volumetric pixel," is a 3D pixel that represents a unit of volume in space. Voxel-based games use these small cubes to build blocky, low-resolution 3D worlds.
Can I create my own 3D models for Godot 3D Voxel?
Yes, you can create custom 3D models using external tools like Blender or other 3D modeling software. These models can then be imported into Godot 3D Voxel to enhance your game.
How do I ensure smooth performance in Godot 3D Voxel?
To optimize performance, reduce the number of voxels in your world, use lower-resolution textures, and avoid overly complex structures. This helps maintain smooth rendering and gameplay.