How to Build Your First Game With ChatGPT o3 Mini in 4 minutes!
9:38

How to Build Your First Game With ChatGPT o3 Mini in 4 minutes!

Alex Finn 31.01.2025 4 198 просмотров 123 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
OpenAI just released o3 Mini! Let's build a full game with it! No coding required! Complete beginner's guide. Check out my X: https://x.com/AlexFinnX Check out my AI content startup: https://www.creatorbuddy.io/ Subscribe to my free AI and entrepreneurship newsletter: https://www.1percentbetter.io/subscribe Prompt: let's build a space shooting game using python and pygame. make sure you create everything involved including the game assets and rules Windsurf:https://codeium.com/windsurf Downloading Python: https://www.python.org/downloads/macos/ Install pip: python3 -m pip install --upgrade pip install pygame: pip3 install pygame Run game: python3 game.py 0:00 Intro 0:30 Where to find o3 Mini 1:41: Prompt to build game 3:30 Using Windsurf 3:50 Install Python and packages 4:44 Run game! 6:10 Updating the game 6:41 Our final game!

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

  1. 0:00 Intro 97 сл.
  2. 0:30 Where to find o3 Mini 263 сл.
  3. 1:41 Prompt to build game 432 сл.
  4. 3:30 Using Windsurf 74 сл.
  5. 3:50 Install Python and packages 188 сл.
  6. 4:44 Run game! 259 сл.
  7. 6:10 Updating the game 113 сл.
  8. 6:41 Our final game! 580 сл.
0:00

Intro

the future is here this is so sick chat gp3 has released you can see the two new models available when you go into chat GPT right now 03 mini high in this video we are going to build the sickest space shooter game zero programming experience required I'll also go over how 03 mini works the difference between 03 mini and 03 mini High by the end of this video you'll have a really sick game you built by yourself you'll also know how 03 mini works and how to get the most out of it
0:30

Where to find o3 Mini

let's get into it go to chat gt. com when you click the drop down here you can see your new models so you can see 03 mini High 03 mini is a lot quicker 03 mini high is going to be a little bit slower but it's going to give you much better reasoning and probably give you better results if you have quick questions I probably use 03 mini if you have more advanced questions you want to build cool stuff like I'm about to show you how to do in this video use 03 mini High it'll give you a lot better results so what we're going to do is this I'm going to show you how to build a SPAC shooter game do it no programming at all just follow along with me take my prompts I'll put them down below you're going to need a coding environment for this I'm using wind surf for this it's free just go to wind surf I'll have the link down below for wind surf you can use that so let's get into it after you've got the Chad GPT make sure you choose Chad gpt3 mini high this is the best AI model on planet Earth right now come in here and enter this prompt I'm going to put it down below as well let's build a space shooting game using Python and py game py gamees like the easiest to use framework for building games especially for beginners if you've never coded before make sure you create everything involved including
1:41

Prompt to build game

the game assets and rules so with this we'll make sure this last part of the prompt here is make sure Chad GPT mini uh 03 builds out every part of the game possible sometimes when you ask it to make games it doesn't include the game assets like the Sprites and the ships and the shooters and all that this makes sure builds everything out for you and what we're going to do is hit enter here what's really cool about 03 mini is the fact it's going to show you how it's thinking so you can see what it's doing it's crafting the gameplay it's putting together the script it's defining the entities you can see how all this works if you click it you can see on the side here what it's doing enhancing enemy Dynamics outlining assets and instructions building game components refining movement Dynamics it's really cool how this works you can track every single step it's making here and what we're going to do in a second is after this it's going to generate all the code I'm going to show you how to take the code put it into wind surf completely free and show you how to run it even if you've never ran code in your entire life before this is going to be super simple and then after that I'll show you how you can actually mess with things to improve the game and make it better okay so it's building out the game here so let's see what it did blows the complete python script so we got all the game code is right here shows us how the code works I would highly recommend especially if you've never coded before just go through this and read it just so you understand how it works right you're going to be able to do this without understanding code but it's really cool to see how the code Works especially if you're a beginner so make sure you go through here read how it works and then shows you how to run the game I'm going to show you in a second though how to do this from the very beginning you need to install a couple things so now that code's ready let's go into wind surf again link down below pause here download wind surf if you need to open it up and then all you do once you've opened a new folder you can click right click new file and then create a file called G. P py also if
3:30

Using Windsurf

you learned anything up to this point make sure to hit like And subscribe on this video and let me know down below what you want me to build in the next video now what we're going to do is we are going to take this code so copy it paste it in now the code's good and ready to go now we need to install Python and make this work so if you
3:50

Install Python and packages

search for download python it takes you to this site python releases for Mac OS download the latest one install it very simple to do and then once you do that come into wind surf hit control till day key that opens the terminal here and then we're going to install two more things pip which allows you to install python packages really easily you put in this command again that's down below so copy and paste that hit enter and then lastly we're going to install pame which is a really easy to use Python gaming framework that's the command right here I will put that down below as well or you can just pause here and copy and paste this once that's good to go the code set you have everything installed now we can run this let's run this code and see how it works and what we're going to also do is after we run this I'll show you how to edit it so you can make this game really custom and do whatever you want so here's what we're going to do Python
4:44

Run game!

going to do we're going to do Python 3 game dopy enter and now it's starting okay let's see what we got here all right we got a game I'm using the arrows to move around I'm the triangle down below I'm hitting the space bar to oh and it hit me and I went game over that's sick so we had a fully working space shooting game let's do that one more time then we'll start editing it so we can see what we want to change okay so we're shooting we're getting scores for everything we kill my score is going up all right let's do this here's what we want to edit change let's first make the ship look a little bit nicer so what I'm going to show you now is how to talk to chat gp03 so that we can improve the game and change the code so let's do this let's go in here and let's say I want to make the ship look cooler right now it's just a blue triangle can we make it look more like a ship we hit enter now let's see how it works here let me make my face a little bit smaller right there maybe I'll move myself over here let's do that boom okay so it's crafting a better spaceship and this is what you can do it's like talking to a developer your own employee you tell it what you want it to do and it goes and it builds it out for
6:10

Updating the game

you okay so how to integrate this all right so let's do this can you give me the complete code now okay so it's going to give me the complete code I'm going to be able to copy paste this put this back into wind Surf and going to we're going to run it again okay so it's building out the code and this is going to be easy as a copy in Pace again I didn't write any lines of code here this is super simple this is really easy to do anyone can everyone's a developer now everyone's a game developer now this is incredible let's go back in let's pop
6:41

Our final game!

open wind surf let's put the new code in let's run it again oh wow look at this look at that spaceship wow holy crap we basically just two shotted a really sick looking space shooter game oh my God this is sick look at that and your score goes up each one that was a that's a much better looking spaceship all right let's add one more thing to this we can make cool let's make it okay can we add powerups now that drop from the sky so we can shoot more bullets faster right so I'm basically talking to it like it's my own AI employee that's building things out for me giving me the code pretty much instantly this is really impressive out of all the AI models I've used I think 03 mini is one giving me the best code cuz there's no errors right off the rip it just works right away in two it seems like it's giving me the highest quality output uh just based on one or two prompts which is really amazing you need to be trying this out this is The Cutting Edge stuff here so let's see what Cod it spits out for us here okay now we got powerups coming from the sky I hit it okay now I'm shooting much faster so we got power ups in the game now you can see very quickly how you can just spend like even half an hour using this building out cool games and you can build something that's a really quality product you really can uh now imagine if I spend another hour just going back and forth with 03 trying to build this out I'd come up with something really cool can probably put it on the internet and start selling it and making money just like that right all as one person with zero investment because 03 is free this is really sick listen this is Cutting Edge right 03 just came out today the day this video came out if you're watching this right now even if it's days weeks months years later you need to jump on this right this is the latest technology when the newest technology drops there's going to be winners and losers the winners are the people that go out there and start using the new technology right start using it right away to build cool stuff that they can make money off of the losers are the ones that don't do anything they sit there maybe they go on and say hey write me a fart joke chat GPT right the winners go out there and they start building things immediately if you go out here and you start building things immediately you can start making money off this stuff you can start building programs that people buy I built this in literally like five minutes imagine what happens if I spend five weeks building something cool it could be a full-fledge AAA shooting game really sick stuff chat gb. com play with 03 now it's the most cuttingedge technology get on the Forefront of this Tech you need to be on the Forefront using it day one make sure to hit like and subscribe down below if you enjoyed the video If you learned anything at all I do is create videos showing you how to build cool stuff with AI see you in the next video

Ещё от Alex Finn

Ctrl+V

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

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

Подписаться