Skip to Content
DocsExamples

Examples

1. 3D Minecraft clone

Vibe code a 3D minecraft game from scratch.

Prompt

Make a simple 3D minecraft clone in my godot project. Here's what features it should have: - player should be able to move around using arrow keys and look around with mouse - player should be able to left click to break blocks, and right click to place the currently active block in the inventory - player should have an inventory showed at the bottom of the screen with 5 slots for different blocks - Use proper materials and lighting. Here is the list of blocks: - grass - green - dirt - brown - stone - gray - water - blue - sand - white - coal - black Now start making this game.

Result

2. 3D car driving game

Make a 3D car driving game where the player controls a car and needs to collect coins within a time limit.

Prompt

Make a 3D car driving game in my empty godot project. Use proper materials and lighting. The player should be able to move the car and collect coins within the time limit of 2 minutes. It should be worthy of a reddit post.

Result

3. Help with fixing your GDScript code

AI fixes errors in your GDScript code.

TIP: You can also mention the script name

Prompt

I'm getting errors in my gdscript code in Godot. Please fix them.

4. Add a new feature in your game

AI implements a new feature in your Godot game.

TIP: Try to explain the feature in-depth.

Prompt

Make my player character to be able to move with WASD keys and jump with Space. Also add gravity to the player, and add the player to my world scene.

5. Explain scenes / scripts

AI explains the functionality of the player in the game.

TIP: You can also ask to explain the overall project

Prompt

Explain the functionality of the player in my godot project.

6. Add collisions

AI adds collisions to the player in the game.

Prompt

Add simple collision to my player character in godot.

7. Add types to your GDScript code

AI adds static-types to methods and variables in your GDSCript code.

Prompt

Please add static types to my variables and methods in my gdscript code.

8. Add documentation to your GDScript code

AI add comments/documentation for your GDScript code.

Prompt

Please add comments (starting with #) for private variables and method, and add documentation comments (starting with ##) for public variables and methods in my gdscript code.
Last updated on