Build a 3D Game with AI Using Gemini Pro 2.5 (1 prompt, no code)

プロンプト参考
スポンサーリンク

Leave a like and subscribe if you learned anything!

Follow my X: https://x.com/AlexFinnX
Subscribe to my newsletter: https://www.1percentbetter.io/subscribe
Check out my AI startup: https://www.creatorbuddy.io/

Google Gemini Pro 2.5 does things I’ve never seen any other AI model do. It’s able to one shot prompt entire 3D worlds. In this video I show you how to build a Minecraft clone with one prompt

Timestamps:
0:00 Intro
0:47 What is Gemini Pro 2.5?
1:29 Exploring AI Studio
3:10 The prompt
5:36 Exploring the 3d world
6:52 Adding to the game
8:04 Adding zombies
9:53 Comparison with ChatGPT

Windsurf: https://codeium.com/windsurf

The prompt: Create an interactive first person minecraft game using Three.js contained in a single HTML file. The game should allow users to place and destroy different types of blocks in a 3D world.

Core features:
create a minecraft style first person game with bricks of different textures like wood and grass
Be able to select the different blocks then place them
be able to destroy them
be able to stack them and connect them to eachother
Use three.js for 3d rendering and physics
Contain all code and styles and assets in a single HTML fule
Optimize for performance to handle a reasonable number of blocks

Block properties:
Create various block types
Be able to select them on the screen at the bottom

User interaction:
Allow clicking to place the block on the ground
You can then place blocks adjacent to that first block
Blocks snap to the sides of other blocks

Create a grid ground the user can walk around

コメント

タイトルとURLをコピーしました