How to Build Your First 3D Game in 11 Minutes With Google Gemini Pro 2.5 Pro
12:13

How to Build Your First 3D Game in 11 Minutes With Google Gemini Pro 2.5 Pro

Alex Finn 29.03.2025 6 917 просмотров 181 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
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

Оглавление (8 сегментов)

  1. 0:00 Intro 152 сл.
  2. 0:47 What is Gemini Pro 2.5? 144 сл.
  3. 1:29 Exploring AI Studio 350 сл.
  4. 3:10 The prompt 554 сл.
  5. 5:36 Exploring the 3d world 279 сл.
  6. 6:52 Adding to the game 238 сл.
  7. 8:04 Adding zombies 391 сл.
  8. 9:53 Comparison with ChatGPT 517 сл.
0:00

Intro

Google Gemini 2. 5 Pro is insane Google quietly released this model a couple days ago and it is easily the best AI model out there today you can do incredible things with it one prompt I built this 3D Minecraft game with one single prompt I can go around here build anything I want with these cool blocks switch the blocks this was all one prompt and I have an entire 3D game I'm going to show you in this video how you can use Google Gemini 2. 5 Pro and build incredible simulations games apps whatever you want all with single prompts by the end of this video you're going to have insane games like this your own app and you don't need any programming experience at all to do it this is going to blow your mind let's lock in let's go so starting off with what Google Gemini
0:47

What is Gemini Pro 2.5?

2. 5 Pro is it is Google's new thinking model which means it can sit there and come up with steps on its own think about what's next very strategically and make sure it gives you incredible output here here's its comparisons in The Benchmark with other models so as you can see here on a coding basis it pretty much dominates every other model that's out there currently by a pretty large margin uh based on my tests I can confirm this is like the best coding model there is what it's able to do with one prompt is unbelievable and I'll show I I'll even compare this to chat GPT in a second so you can see the difference between the two but there is nothing that comes close to Gemini Pro right now so how do you access the model pretty
1:29

Exploring AI Studio

simple you go to aist studio. goole. com I'll put the link down below once you go there you will see this screen here you know it's interesting with Google like they create some of the most powerful AI Technologies but not many people use it because I feel like the UI is kind of weird not many people think to go to Ai studio. goole. com and use their Tech here but listen hey if they keep making awesome AI like this people eventually start using it but you have to go to their AI Studio to use the model once you go over here click the drop down under model by default it goes to the image generation make sure you go to 2. 5 Pro this is their beta test and trust me this is absolutely incredible you can do a bunch of things here you can mess with the temperature there's tools for structured outputs I leave all the default stuff by itself you don't need to mess with the default stuff unless you get crazy Technical and into it leave it the way it is so what I'm going to do now is I'm going to put in a prompt here to build that 3D Minecraft game using 3js for those who don't know is the best JavaScript framework for building games right now it makes it super easy for people even if they have zero programming knowledge to build 3D experiences it's really sick so watch this prompt here create an interactive firstperson Minecraft game using 3js 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 so I made a list of core features here to have in the game things like create a Minecraft Style firstperson game be able to create bricks of different types be able to destroy them be able to stack them and connect them with each other use 3js for 3D rendering in physics I talked about the different block properties I'm going
3:10

The prompt

to put this prompt down below feel free to just copy this and use it for yourself and watch the magic that happens but we're going to hit run on this now so you hit run it starts thinking for a thinking model it's actually decently quick uh I've definitely seen a lot slower thinking models out there so the performance isn't bad with Gemini Pro but even if it was a little bit slower it doesn't matter the outputs you get in here are incredible as this is running one thing that shocked me about AI at the moment is no one has more resources than Google they should be number one when it comes to AI but it feels like for so long they've been behind it feels like they've been losing to much smaller Studios like open AI like xai it's nice to finally see the company that has more resources probably than anyone else in the AI race at the moment actually put out a model that match es their standards this is really incredible so as you can see here you can see all the code being put out it's doing it pretty quick we're only a minute in and we're about to have the entire code ready to go I'm going to take this I'm going to show you how to take this code and run it even if you've never ran code before in your life make sure to stick around here if you've learned anything so far at this point in the video make sure to hit the Subscribe button please leave a like and then let me know in the replies what else you want me to build with AI all I do in this channel is show you how to build really cool stuff with AI all right looks like the code generation's done we have all the code up here let's see it explains how the code Works talks about the textures the block handling performance all that read this if this is your first time getting code from an AI you can learn a lot about how it works make sure to take your time here but let's see let's do this let's copy the code so we can click the copy button what I'm going to show you next is an app called wind surf it's free go and downloaded I think it's the easiest to use AI code Builder there is right now it's also the first one that integrates with Gemini Pro so make sure to download that I'll have the link for that down below as well but this is where we're going to run the code this is windsurf I just pasted the code in what you're going to want to do when you open wind surf is Click open folder and then open a new folder you create I just created a folder called Minecraft and then click right click and do new file and call it minecraft. HTML and then just paste in the code that Google Gemini Pro gave you here and then all you're going to want to do now is double click on the file in your file explorer to open it up very simple very easy to do once so I
5:36

Exploring the 3d world

refresh I'm going to open this and before I get into it real quick after this I'm going to show you what chat GPT does with one prompt to see what it can output to see if it can even come close to this and then I'm going to show you in Wind surf how to actually add more features and build more into this so we can customize this how we want so let's go let's click this my mini craft 3d okay they named it they gave me the controls here all I let do is Click we drop into the 3D World we have an entire 3D World I'm using WD here if I left click it puts the block down where the red block is okay if I hit the number keys I can change the block type let's see yep drops the block down and I think if I rightclick it'll destroy yep destroys the block I'm looking at so if I was artistic which I am not I can build really cool things here and I mean just looking at this was one prompt I built an entire 3D world like imagine if I would have sat here and prompted over again in fact let's do that right now let's go back and reprompt this and start adding really cool things so I'm pulling open wind surf again uh wind surf again I think is the coolest AI coder out there back in Wind surf let's choose the model so they have all the different models here up to now Claude 37 Sonet was definitely the most powerful coding model but let's get
6:52

Adding to the game

into Gemini 2. 5 Pro all right what can we add to this game how about this let's add 3D monsters that come at us and then let's give us a sword we can use to strike the 3D monsters I want to make it so green zombies are in the game and walking towards me can we add them to the game okay let's just start off get a basic enemy in here see what happens see if we can build a basic green zombie okay I can help with that adding green zombies that walk towards the player sound like a fun addition to your Minecraft game first need to understand how your game's currently set up okay so now it's looking at the Minecraft File it's looking the code okay I've reviewed the code it's a solid base using 3GS here's the plan to build a game Define zombie appearance zombie management spawning and movement logic okay so it's going to start building out the code it understands our code now and it's going to start building the code out all right so it added 69 lines of code let's see the diff here okay so it helps okay so it builds some code around the zombie all right let's run it let's run this and see what the zombie looks like let's refresh all right we're dropping in let's see oh what is that
8:04

Adding zombies

the zombie is it coming toward me let's see I mean does it look like the zombie from Minecraft not exactly but it's definitely moving towards me maybe we can customize this a little bit more and then we'll add a sword in can I block it with the bricks let's see it goes right through the bricks okay so let's do this let's make the zombie a little bit more detailed and then we'll add a sword to kill the zombie so I can show you how you can prompt wind surf uh to customize your game and make it more interesting let's do that so I'm back in Wind Surf and you can talk to the AI just like a human being so over on the right hand side's Cascade again it's its AI chat we can say okay let's make the zombie more zombie like can you add zombie like features to it like a scary face all right and you again you can just go back and forth talk to it like it's your developer employee and have it build cool stuff so hey just build us a zombie face make it look more zombie like and spooky so it's going to modify the zombie it's going to apply some changes to it as you can see it's going through all the lines of code very fast adding and deleting code as it goes along all right looks like it's all done with the zombie let's go back in here and see what the zombie looks like all right so let's look around see where it's spawn there it is it's it certainly got a face listen it is kind of funny that Gemini uh built this entire 3D World in one prompt and it's taking two prps to get a zombie to look like that but whatever it's pretty amazing in just one prompt we had an entire 3D world where we could build things with bricks a couple more prompts now have enemies and weapons now imagine if we spend an entire weekend building this out what we could do we could have a pretty amazing game Let's real quick see what chat GPT can do so let's take the exact same prompt I'm curious first prompt and put this in chat GPT and see
9:53

Comparison with ChatGPT

what we get just to compare the two so I'm in chat gbt we're in we have the 40 model which is their they just updated it so it's newer we're going to hit enter we're going to take whatever code it spits out and we're going to see what it gives us just for comparison sake all right so it's building code I do like the chat GPT interface especially when it's building code I think they call it canvas right where they have the chat on the left uh and they give you the code on the right so you can chat and edit the code in real time basically with a partner the UI is better right I'll give it to that and again with Google they got to work on the user experience I think they have the best mod model at the moment but why do I have to go to like AI Studio they should have like gemini. com right that they own and it's easy to get to it's easy to remember and you can easily edit it and just little touches like this canvas that make chat GPT probably the best user experience at the moment all right so we have the code ready let's copy the code let's see what we get I'm going back into wind surf here let's just paste it in so I'll paste it in I'll hit save let's see what we get one go here I'm going to refresh let's we get a one go and it's broken this is the screen you get when uh 3GS is broken this little gray ball at the bottom there in the white screen so they can't even give you an experience in one prompt it is a completely broken while Gemini in one prompt gave us uh something incredible which again I'll show it to you right here let's command Z this uh and then hit save and then again one prompt you got like an amazing 3D World so uh Gemini 2. 5 Pro I'm telling you this is probably the best AI model at the moment especially when it comes to coding if you're looking to get ahead in AI you need to be using the latest technology building with the latest technology and right now Gemini 2. 5 Pro is that you need to be playing around with it Go in think of an app idea if you don't have any app ideas chat with the AI say hey this is my audience this is what I like this what I enjoy what is a challenge I can solve in this area it'll give you ideas you can build one of those IDE ideas I have links for everything you need down below make sure to hit subscribe down below leave a like and let me know in the replies what you want me to build next all I do is build really cool AI stuff on this channel I hope this was helpful and I'll see you in the next video

Ещё от Alex Finn

Ctrl+V

Экстракт Знаний в Telegram

Транскрипты, идеи, методички — всё самое полезное из лучших YouTube-каналов.

Подписаться