ChatGPT o3 Is INSANE For Building Games
8:52

ChatGPT o3 Is INSANE For Building Games

Alex Finn 18.04.2025 3 324 просмотров 101 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Build, plan, and launch your first game using ChatGPT o3 and Cursor! ChatGPT o3 just launched and it literally feels like AGI. By the end of this video you'll have your own 3D game you can play and launch, no coding required! If you learn anything at all make sure to leave a like and subscribe! Follow my X: https://x.com/AlexFinnX Sign up for my free newsletter: https://www.1percentbetter.io/subscribe Check out my AI content tool: https://www.creatorbuddy.io/ 0:00 Intro 0:31 Prompt 1:23 Deep research 2:37 Image generation 4:33 Cursor 5:54 Playing the game 7:43 Challenge to you

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

  1. 0:00 Intro 111 сл.
  2. 0:31 Prompt 175 сл.
  3. 1:23 Deep research 260 сл.
  4. 2:37 Image generation 420 сл.
  5. 4:33 Cursor 324 сл.
  6. 5:54 Playing the game 386 сл.
  7. 7:43 Challenge to you 227 сл.
0:00

Intro

Chat GP03 just launched and it is absolutely incredible. What I'm going to show you today is how you can use it to research, build, and launch your first video game without writing a single line of code. This is going to blow your mind. By the end of this video, you're going to have your own full working 3D game that you built yourself as well as many materials to promote it and get people using it. Let's get into it. What makes chat GBT3 so incredible is that it's agentic which means it has access to many different tools that it can use to solve your problem. So in
0:31

Prompt

building a game we can do some really cool things. Let's look at this prompt. I want to build a cool trendy game with 3JS. Research games that are trending right now. Then build me a simple version using 3JS all in one file. Also title the game and make me a graphic so I can advertise this game on social media. Then build me a full marketing plan. What makes this cool is the fact that Chad GP03 is going to use its deep research tech to see what games are trending right now. Then it's going to use its coding tech to build us the code for the game. Then it's going to use its image tech to build an advertisement image for the game that we can use to promote the game. Then it's going to use its writing tech to build a full marketing plan. That's four different tools to complete this one task, which no other AI model in history could do. So, what you can see here is it's
1:23

Deep research

researching online right now uh for games that are popular. It found a trending game, Block Blast, from March 2025 that is a puzzle game that's being widely downloaded. So, it found a popular game. It's been doing research online. So, it's using its deep research tool. It found the concept. Now, it's building out a version of the game for us called Fruit Fusion 3D. So, it's building its own version of the game uh using 3GS. For those who don't know, 3JS is a framework for JavaScript. Very easy, simple to use to build your own games. So, it's building code in that. We're going to take this afterwards, put it into cursor so we can run it and play the game. And now, what is it doing next? Now, I think it's generating the image. Now, it's going to generate like a marketing image for us so we can promote the game on social media. So, when we put this live, we can push people to start playing it. So, maybe we can make a little bit of moola. So that's generating the image for us now, right? So we're we are what 45 seconds in and we used three different tools. This AI model, we used the deep research to find stuff online. We used coding to build the code and now we're using the image generator to generate an image. This is truly the first AI model that is in nature. And what that means is it is an AI model that can determine which
2:37

Image generation

tools it needs to use to complete a task. Before the AI M just used one tool, generate me an image. It just generated an image or do this other thing. It just did that one thing. Here it can use many different tools to solve problems, which as you can see here, it's basically an employee that works for you. So, so we have the advertisement image it created for our game, right? So, we have the code for the game. We're like a minute in. We have the code for the game, the concept for the game. Now, we have the marketing for the game with this image created. And then it's going to tell us why this is the sweet spot. It's a simple puzzle loop. So it's topping the So the concept it's based on is one of the best browser games of 2025. Puzzle games are dominating downloads and it's a low commitment hyper casual session. So it did research for us on why this would be such a good game we can launch. So next we can actually play the prototype but let's pause for a second and see what we've done so far in only a couple minutes here. We had an AI model basically do all the work for us to research, build, and launch a game. Right? Just imagine a world before we put this code into cursor and actually play it. Imagine a world where this is just going on its own and doing this 24 hours a day where this agent's just researching games, building games, launching games, and promoting games by itself while we're sleeping and doing whatever and then just starts collecting money. That's a realistic world we're now living in. That's a realistic world. This tech now is available to us because of Chad GB3. This is pretty incredible to witness. So, let's do this. Now, let's take this code and put it into Cursor. Obviously, you guys probably know what Cursor is. Cursor is a free AI code editor that allows you to uh build and launch games very easily using AI. So, make sure you have that downloaded. It's free. But, let's take this code and put it in. Also, before we do that, we launch this game for the first time. If you've learned anything so far, make sure to leave a like and subscribe down below. All I do is build really cool videos around doing things with AI. So we have
4:33

Cursor

cursor open. Over on the right is composer. This is the AI agent and cursor that's going to build and launch code for us. So what we're going to do is this. We're going to go in agent mode so that it can build code for us. So here's what I'm telling the agent. I want to build a game using 3JS. I had another AI build the code for me. I put the code below. Please set up the single file game using the code below. And I'm going to hit submit. The agent's going to take the code that Chad GB03 wrote for us. It's going to build out the game, put it in the files for us. We don't even know how we don't even need to know how JavaScript works. And it's going to build the game files, take the code. So all we need to do is hit launch and play the game. I'll help you set up the 3JS game in a single HTML file using the code you provided. Okay. So it's going to the code looks like a nice playable 3D fruit fusion game. Uh where you merge similarized fruits to create larger ones. So it looked at the code, knows what the game is. That's pretty impressive. I feel like I'm working with human beings right now when really it's just AI which is really amazing. Let me test the game to make sure it runs properly. Okay, let's run that command. Run command. Great. I've successfully set up your 3JS game. Here's a summary of what I've done. Created the files, added a read me. Okay, so now all we need to do is open index html in any browser and play the game. Let's do it. Let's open this up. All right, so let's do this. Let's check the game out and see how it goes. Index. html. Just double click on that.
5:54

Playing the game

Your game will open. Okay. Click to drop the next fruit from that position. Same fruits merge when they touch to create a larger fruit. Got it. Let's go. So, I think I just Looks like we got this uh fruit basket here. I think if I understand the game correctly, you want to match the same fruits. You want them to touch each other. And if the fruits go above the size of the basket, then it's game over. So, let's start dropping them in. All right. So, that's a cherry, I'd assume. So, let's drop another cherry on top of it. See what happens. Okay. So, they combine. And I think it's based on color. So they're all going to be balls, I assume, right? Yeah, they're all balls. And okay, so grapes obviously purple. So let's drop them on top of each other. They combine. I'm going to assume yellow is lemon, right? So let's do this. Drop the cherry in. We can choose where we drop it. Oh, another cherry we want to drop on top of each other. All right, I guess I missed there. Strawberry. Let's drop it over here. Cherry. Okay, so these we got the bones to a game here, right? We got a kind of a fruit matching game. If we wanted to spend more time building this game out, we could do that, right? If we want to make the circles look more like fruit, we could do that. If we want to customize this more so there's so that there's power ups and bonuses and things like that, we could do that. Is it the greatest game of all time? No. But just imagine this. But think about what we did here for a second. We put a single prompt in 03. We said, "Build us a game. Build us a prototype. build us a marketing plan, build us a graphic, and in that one prompt, it used many different tools to put this all together. And now I have a game where I can go back in a cursor right now if I wanted to, and I can start prompting this with the AI agent and cursor to make better fruit here, add this to the game here. The point being is we've now
7:43

Challenge to you

reached a day and age where AI are they're now these models are now truly AI agents. You give it a task, it figures out every step to complete that task and figures out what tools it needs to complete that task as well. Here's my challenge to you. Go into 03, do something similar, come up with an idea for a game, download cursor, put the code in, run it, and launch your own game. Right? If you want to launch this from here, next you would probably put this game, this code on Verscell, go to verscell. com. That's where you could host your code. Then you can start going on social media, taking the graphics your AI agent creates for you, and now, hey, I just launched a game. Here's a graphic for it. Here's the title. Everyone now has the capabilities to build and launch their own game. If you learned anything here, this was a quick tutorial. Make sure you leave a like and let me know in the replies below what you want me to build next. Subscribe cuz all I do is create videos where we do really cool things with AI. 03 is unbelievable. If you haven't used it yet, make sure you go out and use it. Really incredible stuff with it. See you in the next video.

Ещё от Alex Finn

Ctrl+V

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

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

Подписаться