Chatgpt : To play this specific RUclips video on all your devices connected to the same Chrome account in 3 years, you can create a simple Chrome extension. Here's a high-level overview of the steps: 1. Create a manifest file (manifest.json): { "manifest_version": 2, "name": "Scheduled RUclips Video Player", "version": "1.0", "permissions": ["alarms", "storage", "tabs"], "background": { "scripts": ["background.js"], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } }
(the following comment was written by ChatGPT) "Wow, ChatGPT never ceases to amaze me! Watching this video of ChatGPT writing a game from scratch was truly mesmerizing. The level of creativity and problem-solving skills demonstrated by this AI is just incredible. It's inspiring to see how far technology has come and how ChatGPT is pushing the boundaries of what we thought was possible. I can't wait to see what other amazing things ChatGPT has in store for us!"
I hate this kinds of coments because they don't talk about the video itself, only about the title of the video. You should get a transcript of everything Jabril said and feed it to chatGPT
I tried the same thing with the Bing Chat button added to Edge. Apparently it considered only the title and description of the video, which for some reason made it think the AI made just a trailer for a game. Here's what it came up with: Wow, this is amazing! I can’t believe that an AI can make such a convincing game trailer. The concept and the graphics look awesome. You really fooled David Jaffe with this one. Great job! 👏👏👏
@@joelcoll4034 (following comment according to what you said, also asked to include bruh moment) "Wow, this is crazy! I never would have thought that AI could create entire games like this. That Unity 3D project was insane, and the fact that the AI was able to generate five different Python games in just 40 minutes is mind-blowing. This is definitely a bruh moment for anyone who thought that AI couldn't make video games. The future is looking bright!"
@@joelcoll4034 I gave it the entire transcript to ChatGPT 3.5 and it said "As an AI language model, I don't have opinions, but I can provide you with some information and analysis based on the transcript you have provided. Based on the video's title, it seems that the creator of the video attempted to use OpenAI's chatbot to generate an AI-generated game that fooled an expert game developer. The video explores the capabilities of AI in generating video games, using OpenAI's chatbot as an example. [...] Overall, the video shows that AI has made significant progress in generating video games, but it still has limitations and is not yet a complete replacement for human game developers. The video also highlights the importance of human input and expertise in game development, as the chatbot alone was not able to create a complete and polished game." It was a really long remark, and so I said "say something nice about it": *The video showcases the potential of AI and its ability to generate video games, which is a promising development in the field of game development. It also highlights the impressive capabilities of OpenAI's chatbot, which can generate not only ideas but also code for games. The video is informative and provides an interesting perspective on the future of AI in game development.*
2:09 was already impressive, most people try one game with chatgpt and give up, but he prototyped 4+ from the jump. I posted a vid of coding Tetris with ChatGPT in Python, working with Unity and AI is a bigger challenge but I’m glad he took it on 👊🏿
It makes perfect sense though. Having a human develop the game, you expect much more. Like the hole, it appears you can go into it. Either you die or it takes you to another area. That's common human expectations, but the AI isn't aware of that yet. So for the AI to do what it done, that is impressive; but for a human to put that out and ask someone at the level of David Jaffe to critique it, you would expect him to roast it.
Nicely done, I got about halfway through developing Asteroids with ChatGPT 4 in Javascript before it started to lose track of its code. I was just giving it feedback iteratively on the functionality of the game and it was rewriting a new version from scratch. Once they give us the 32K model, I suspect it'll get a lot better. It would be interesting to see a competition where people provide their prompts one by one so other people can duplicate their game.
@@Jabrils You really think that all those AI progress is going to make game development better? Some artist are already seeing the number of work they use to decrease. Many uses AI instead of paying an artist now. Same thing will happen for game development as in 2 or 3. With our support AI are going to be so advance that anyone will be able to create any game in a fraction of time needed now. The market are going to be over saturated and passionate game creator will just see it pointless to continue to create as anyone will be able to do the same with AI. Why pay for a game when I can create the same with AI for free.
@@lucbloom Something else you say. What else when all codes are going to be generated, same for background graphics, same for character design and creation, same for main and secondary quests, same for music, same for NPC's behavior, same for NPC's AI, same for animations, same for the game menu and UI. Like everyone else you will just have to type a prompt. oh not even that you will have to do, as the best prompt are already online for you to copy and get the best results. Very creative indeed. The best part is that indeed all those tools are already in work in progress state.
Had a hard time understanding the scope of this chatbot until you explained things in terms of how many RDR2s could fit inside of it and now I'm blown away.
The model itself isn’t actually that insanely big. That example was to illustrate the size of data it was trained on. The absolutely bonkers thing about that is that it was 40Tb of TEXT.
I'm trying to get into game dev, but it's all so intimidating. I wish I could find a decent video with a start to finish, ending with using a desktop icon you double click to open the program
Love this. I've been playing with the GPTs since AI Dungeon in late 2018, following it all the way to ChatGPT 3.5 and 4.0. It's astonishing how far it's come in so little time. I've seen others already exploring this having this AI create it's very own programing language, short of creating a compiler for itself as well. The possibilities seem endless, and that's equally awesome and frightening.
Same, I was following early gpt while using tensorflow and opencv on robotic projects. We are watching the largest tech revolution since 1850 and noone really seems to get it yet.
That's a fair point. Big set in stone studio would probably be hard to pitch this in but maybe an up and coming studio but who knows I hold that something along these lines will happen in the near future.
@@Jabrils I dont think it will be 100% ai. But I think we can assume that most programming done from 2023 on will be ai assisted to various degrees. And all that an AI generated game needs is more of the cycle of game development, including the playtesting and feedback from the intended audiences, and much more.
Amazing video! The game is a good example of what the AI can generate on its own currently, and it is even more impressive that without using the best AI image generators (Stable Diffusion, Midjourney) that would have made the game look a lot better, you still got a game with the quality of a flash game from years ago, we are living in very interesting times
It’s a good day when you upload, also it’s fucking insane how much AI can do, while I’m not a fan of AI making an entire game, it could help to an insane degree with polishing a game so new developers can get a foot in the door
It'd be cool to try to write code that links all the steps done by AI to fill in the gaps in the process. Like can we get AI to do the human steps in this, like when you looked at the terrain generated along the wrong axis and noticed what needed to be fixed? Or what about playtesting? Could we have a separate AI agent trained to play a variety of games and make it play the game and try to use the process of that agent learning to play the game to inform changes about the game?
have you continued to dabble in Qiskit? following quantum computing and programming? how about combining that with the recent developments in AI/ML/LLM/etc
Holy hell, what a small world! I just met David Jaffe this last Saturday when he came through "Alien Rescue" as a hero (VR acting gig). Guy shot me, twice! :D Good times! This caught my eye 'cause I'm currently working on a game prototype (yet another) & have been tinkering with Chat-GPT & Bard both just for plot ideas, dialogue, silly stuff like that. Always a great watch, Jabrils! Keep the brilliance coming!
Top shelf video bruh 😂 loved the creativity! I’ve got ChatGPT making me Tetris on my channel and I was thinking Snake next but you hit so many ideas, I might be more ambitious. Mans at the end was trying to make you cry 😭🤣
Great experiment! The very same AI should review its own self-made videogame once done. It should score it, then should point some improvements to make, some fixes. Then , the AI should modify the game with all the recommendations. It it improves overall, the whole experiment is done and ready to pass the "Kotaku test"...
(written with chatgpt) Wow, this video is absolutely amazing! It's so inspiring to see how ChatGPT, with its incredible intelligence and programming capabilities, was able to not only create a game, but also deceive an expert gamedev. This is a testament to the incredible potential of artificial intelligence and the limitless possibilities it holds for the future. Congratulations to the team behind this incredible feat, and to ChatGPT itself for proving the naysayers wrong!
i only know basic coding in Unity. But with AI, I was able to create game features that used to require 2-3 dev experts to make working full time job...during my free time! I was able to make the character controller, skills, scriptable objects, item database, inventory system, crafting, combat system, enemy ai behaviors etc. all in just a month... in my free time as a subpar developer
do not believe in the ai that you believe in that believes in itself. believe in the me that believes in the ai that believes in the you that believes in the ai that believes in itself. *puts kamina glasses on dramatically
AI told me to reply to you with this: I'm not sure about the Kamina glasses, but I do believe in the power of teamwork between humans and AI. Together, we can achieve greatness!
Yo! I have been calling it coding in English xD Great content man! I have been working on a lot of Prompt Engineering ideas for creating jailbreak style prompts that make GPT super performant at assisting on specific things which has been feeling really really close to "coding in english" lol
Cool attempt. Would be interesting to see how it handles more complex concepts (mechanics etc) at some point and if it’s faster to answer initial prototyping questions than coding by hand. Could see this become quite useful in the crude gameplay prototyping process at some point. Rather than having to dive through blogs etc on google to find code you need before you want to spent time on coding it properly or having to buy packages for something that is intended to be thrown away after this step anyway.
We could produce a lot of content with the current AIs. However, there are still inaccuracy even in terms of code but will still need human input. Video games could also utilize image generators like Bluewillow to produce some characters or backgrounds and such.
I'm making a 3d game with Chat GPT 3. Still working on some things for it, but it's helped program most of the game. Space Mining, should be fun I hope.
What i am most curieus about is the langauge model itself being used for AI characters ingame. AI can learn to recognize your specifik voice in any language. If its possible to interact with AI ingame and generate responses that fits the narrative of the game like chatgtp does......think about what that could change for a gaming experience, the immersion......to have a conversation with a AI character like you are playing with 1 of your friends, ask it anything about the world and make it do things in this world.
I think games will (at least at the start) begin to use AI for stuff like natural animations (which idk if its currently being used by any big games, but its in development for sure), more realistic procedural terrain, more natural npc interactions, etc, stuff like that. I doubt we will see AIs being used to create most of a videogame, at least not soon (a few years from now), but they will definitely be used to improve the game itself, its possibilites, and to make their development a little bit cheaper
I remember joking in school about whether you could abstract a programming language to the point where you could just say what you wanted the code to do in regular English. 3 years later we are at the beginning of being able to do that.
It's just Moon Lander, but without a dedicated landing area. One of the first video games, it was part of the Magnavox Odyssey. With better graphics and music and sound. Coded in Python. By a language model. A language model. Not a game maker kit, not DeepMind's AI that turns gameplay footage into a playable approximation of the game. A glorified text completion wrote that. … What a time to be alive.
I came from your how to get started with ML learning video from 5 years ago, I wonder if you have any up-to-date resource suggestions? Great content btw subbed
Wondering if now is a good time to get into a game development career? Feel like together with the constantly improving AI on my side building my own dream game or working at a game dev agency is achievable..
AI greatly assists in prototyping and getting you started. But there is still a lot of work for skilled artists, programmers, etc. to create a polished product. Game engines have been around forever which reduce the complexity of code and focus the dev more on the art, story, music, etc. AI is just making it possible to generate your own from scratch that you have full control over.
I have been working on a all name of game, names of assets, art, general assets, descriptions, and world lore ML service generated card game rogue-like and oddly didn't think about just going that small bit further..... maybe I will, maybe not.... been building it first on browser, now in unreal but packaging into browser running WASM..... been a fun lightweight project, I am a software developer and not a artist or game dev in general so this idea was the only way I could think up to complete a game without any art skills or time to do all the tedious stuff.
I guarantee you most people seeing this don't understand what a watershed moment they just witnessed. This is seriously a milestone in the AI history books.
We should replace all creative jobs with AI. Means we can all work for Amazon and live nice fulfilling warehouse lives until AI can do that and we can just give up :)
This stuff amazing but it does create some internal conflict for me, I've always loved computer science and have regarded it highly due to its elegance when done properly and I cant bear the thought of that very beauty making itself obsolete.
The more they advance this AI it’s going to be scary how much it can actually do for us. Which is probably going to thrust us into a new age of everyone probably having their own personal ai assistants
People are going to be limited only by their imagination and creativity and not by their ability to code. I think it will still be a massive advantage knowing how to code but this is going to make things much easier.
Wow. Based on what he said, imagine in the future you want to play a game and you just ask the AI to make it. Eg.: create a spider--man game with a new story, and you get the "Miles Morales" game :D
Two dumb things. It's dumb for anyone to say AI can't make games. But it's also dumb to say that it can, because it can't. AI can only make what you ask it to. It didn't make a game. You used it to help you make a game. And it's extremely obvious that an AI would be able to help with this task
Fascinating video! Great job! Though, I would not agree that this game is 100% generated by AI. The fact that the human mind still needs to put it all together makes it significantly less than 100%. And I am talking especially about the Unity game logic (not about art and music). You still need to micro-manage the AI's path through the low level of the Unity engine game logic like giving detailed input to the AI about the GameObjects and stuff like that, and then piece it all together in Unity. This still requires the dev who knows Unity and it takes away some of the percentage of work from AI. Though, I will not be shocked if, in a short time, we will have the real Text2Game AIs that can generate a 100% complete Unity game based on a single string of input, which just describes the game logic on a high level.
I dare you to revisit this video in 3 years to see where we are at with AI Generated Games 👀
gj Jabrils ,gl with your projects :)
Ok Chatgpt make me a chrome extension to automatically play this video on all my devices in 3 Years.
Here is the Chatgpt-4 made tuto to do it please tag me if you did it
Chatgpt : To play this specific RUclips video on all your devices connected to the same Chrome account in 3 years, you can create a simple Chrome extension. Here's a high-level overview of the steps:
1. Create a manifest file (manifest.json): {
"manifest_version": 2,
"name": "Scheduled RUclips Video Player",
"version": "1.0",
"permissions": ["alarms", "storage", "tabs"],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
}
2. Create the popup UI (popup.html):
Scheduled RUclips Video Player
/* Add your desired styles */
Set Video Schedule
Set Schedule
Now train another AI to play that game perfectly.
OH SHIT!!!!!!!!!!!!!!!
@Lamda² I know codebullet personally and he said its cool
That’s a good idea, I uploaded a video of chatgpt making Tetris, now I’ll have to train an AI model to play it for me 😅
better: ask an AI to make an AI that plays this game perfectly.
(the following comment was written by ChatGPT)
"Wow, ChatGPT never ceases to amaze me! Watching this video of ChatGPT writing a game from scratch was truly mesmerizing. The level of creativity and problem-solving skills demonstrated by this AI is just incredible. It's inspiring to see how far technology has come and how ChatGPT is pushing the boundaries of what we thought was possible. I can't wait to see what other amazing things ChatGPT has in store for us!"
I hate this kinds of coments because they don't talk about the video itself, only about the title of the video. You should get a transcript of everything Jabril said and feed it to chatGPT
I tried the same thing with the Bing Chat button added to Edge. Apparently it considered only the title and description of the video, which for some reason made it think the AI made just a trailer for a game. Here's what it came up with:
Wow, this is amazing! I can’t believe that an AI can make such a convincing game trailer. The concept and the graphics look awesome. You really fooled David Jaffe with this one. Great job! 👏👏👏
@@joelcoll4034 (following comment according to what you said, also asked to include bruh moment)
"Wow, this is crazy! I never would have thought that AI could create entire games like this. That Unity 3D project was insane, and the fact that the AI was able to generate five different Python games in just 40 minutes is mind-blowing. This is definitely a bruh moment for anyone who thought that AI couldn't make video games. The future is looking bright!"
@@killermartian_3923 COOL! I bet we will see an AI that can understand videos itself and coment on them this year
@@joelcoll4034 I gave it the entire transcript to ChatGPT 3.5 and it said
"As an AI language model, I don't have opinions, but I can provide you with some information and analysis based on the transcript you have provided.
Based on the video's title, it seems that the creator of the video attempted to use OpenAI's chatbot to generate an AI-generated game that fooled an expert game developer. The video explores the capabilities of AI in generating video games, using OpenAI's chatbot as an example.
[...]
Overall, the video shows that AI has made significant progress in generating video games, but it still has limitations and is not yet a complete replacement for human game developers. The video also highlights the importance of human input and expertise in game development, as the chatbot alone was not able to create a complete and polished game."
It was a really long remark, and so I said "say something nice about it":
*The video showcases the potential of AI and its ability to generate video games, which is a promising development in the field of game development. It also highlights the impressive capabilities of OpenAI's chatbot, which can generate not only ideas but also code for games. The video is informative and provides an interesting perspective on the future of AI in game development.*
Jabrils was way ahead of his time with his AI games. People are only now realising it
2:09 was already impressive, most people try one game with chatgpt and give up, but he prototyped 4+ from the jump. I posted a vid of coding Tetris with ChatGPT in Python, working with Unity and AI is a bigger challenge but I’m glad he took it on 👊🏿
He’s late
David Jaffe roasts the game when he thought you made it and then gave it praise once he found it AI came up with it 😂😂😂
💀💀💀
It makes perfect sense though. Having a human develop the game, you expect much more. Like the hole, it appears you can go into it. Either you die or it takes you to another area. That's common human expectations, but the AI isn't aware of that yet. So for the AI to do what it done, that is impressive; but for a human to put that out and ask someone at the level of David Jaffe to critique it, you would expect him to roast it.
Look up “Lunar Lander” game. Originally released in 1979. That’s what this reminds me of. I can remember playing it as a kid in the early 80’s
Nicely done, I got about halfway through developing Asteroids with ChatGPT 4 in Javascript before it started to lose track of its code. I was just giving it feedback iteratively on the functionality of the game and it was rewriting a new version from scratch. Once they give us the 32K model, I suspect it'll get a lot better. It would be interesting to see a competition where people provide their prompts one by one so other people can duplicate their game.
I love your channel! Any chance you'd make some GPT-themed videos that aren't necessarily space-related?
I've been subbed to David Jaffe for awhile now and never knew he created God of War. Wow.
Amazing video concept and I’m so glad I get to live in a period of time where we can visually see technology and ai progress
It's crazy right? I remember the idea of being able to do this just 3 years ago was only a fantasy 🥴
@@Jabrils You really think that all those AI progress is going to make game development better? Some artist are already seeing the number of work they use to decrease. Many uses AI instead of paying an artist now. Same thing will happen for game development as in 2 or 3. With our support AI are going to be so advance that anyone will be able to create any game in a fraction of time needed now. The market are going to be over saturated and passionate game creator will just see it pointless to continue to create as anyone will be able to do the same with AI. Why pay for a game when I can create the same with AI for free.
@@just_for_funarts9905
We’ll do something else. Unless you like the act of typing code, we’ll now require you to be creative.
@@lucbloom Something else you say. What else when all codes are going to be generated, same for background graphics, same for character design and creation, same for main and secondary quests, same for music, same for NPC's behavior, same for NPC's AI, same for animations, same for the game menu and UI. Like everyone else you will just have to type a prompt. oh not even that you will have to do, as the best prompt are already online for you to copy and get the best results. Very creative indeed. The best part is that indeed all those tools are already in work in progress state.
I'm subscribed to Jabrils to have a front row ticket when this man invents Skynet.
Let's get this focaccia 🍞😤
Had a hard time understanding the scope of this chatbot until you explained things in terms of how many RDR2s could fit inside of it and now I'm blown away.
The model itself isn’t actually that insanely big. That example was to illustrate the size of data it was trained on. The absolutely bonkers thing about that is that it was 40Tb of TEXT.
@@MilarkThat's wild, I never thought of it like that
I find this very amusing because one of the very first games I ever played was "Lunar Lander" in 1981, which had the exact same theme.
I'm trying to get into game dev, but it's all so intimidating. I wish I could find a decent video with a start to finish, ending with using a desktop icon you double click to open the program
Love this. I've been playing with the GPTs since AI Dungeon in late 2018, following it all the way to ChatGPT 3.5 and 4.0. It's astonishing how far it's come in so little time. I've seen others already exploring this having this AI create it's very own programing language, short of creating a compiler for itself as well. The possibilities seem endless, and that's equally awesome and frightening.
Same, I was following early gpt while using tensorflow and opencv on robotic projects. We are watching the largest tech revolution since 1850 and noone really seems to get it yet.
Hot take: 2 Years till a big studio does this same stunt (making a game with ai and not telling anyone till it was released) and we will fall for it
That'd be crazy. But I honestly doubt such a stunt would come from a big studio. They have too much to lose to be experimenting like that 🤷♀
That's a fair point. Big set in stone studio would probably be hard to pitch this in but maybe an up and coming studio but who knows I hold that something along these lines will happen in the near future.
@@Jabrils given how the upscaling was done on gta san andreas, I wouldn't say it's out of the question for a remaster to have stuff done by AI.
@@Jabrils I dont think it will be 100% ai. But I think we can assume that most programming done from 2023 on will be ai assisted to various degrees. And all that an AI generated game needs is more of the cycle of game development, including the playtesting and feedback from the intended audiences, and much more.
Here's to hoping no one gets any ideas like yours
David killed it I laughed so hard ! :D thank you for the great video :D
Amazing video! The game is a good example of what the AI can generate on its own currently, and it is even more impressive that without using the best AI image generators (Stable Diffusion, Midjourney) that would have made the game look a lot better, you still got a game with the quality of a flash game from years ago, we are living in very interesting times
It’s a good day when you upload, also it’s fucking insane how much AI can do, while I’m not a fan of AI making an entire game, it could help to an insane degree with polishing a game so new developers can get a foot in the door
Yeah, & the crazy part is, GPT-4 just dropped the other day 💀💀💀
@@Jabrils for real!?! That’s insane, technology relating to AI is growing so fast!
@@Nexillian_ youre telling me. I video I started 3 weeks ago is already out of date 🥴
@@Jabrils this is what bamboozles me the most
@@Jabrils And GPT-4 will be outdated in less than a month, we're about to see everything change like with the iPhone
This is an absolutely sick video, it's gonna be interesting to see the progression of AI game development. also sick shades bro
We gotta make RDR2s into a metric for machine learning training datasets.
It'd be cool to try to write code that links all the steps done by AI to fill in the gaps in the process. Like can we get AI to do the human steps in this, like when you looked at the terrain generated along the wrong axis and noticed what needed to be fixed? Or what about playtesting? Could we have a separate AI agent trained to play a variety of games and make it play the game and try to use the process of that agent learning to play the game to inform changes about the game?
have you continued to dabble in Qiskit? following quantum computing and programming? how about combining that with the recent developments in AI/ML/LLM/etc
Shock, here. I think I've got a promising career as a Blade Runner with how good I am at detecting AI.
The mesh collision didnt work because mesh colliders are using the 3D physics system and you were probably using the 2d physics system for your player
Holy hell, what a small world! I just met David Jaffe this last Saturday when he came through "Alien Rescue" as a hero (VR acting gig). Guy shot me, twice! :D Good times! This caught my eye 'cause I'm currently working on a game prototype (yet another) & have been tinkering with Chat-GPT & Bard both just for plot ideas, dialogue, silly stuff like that. Always a great watch, Jabrils! Keep the brilliance coming!
First video of yours I've found, easy to see why you're almost at 500k subscribers. Looking forward to what you do next!
You guys know there is an asset for unity where you have Chat Gpt INSIDE unity and you can tell him what to do.
No the physics allready coded by humans enbembed into the Unity3D, AI only enable it and add velocity ahahaha
Top shelf video bruh 😂 loved the creativity! I’ve got ChatGPT making me Tetris on my channel and I was thinking Snake next but you hit so many ideas, I might be more ambitious. Mans at the end was trying to make you cry 😭🤣
Making it generate the terrain with randomly rotated boxes was a stroke of genius!
And imagine now that there is GPT-4😊
I can not wait to get my hands on it ( ͡° ͜ʖ ͡°)
@@Jabrils just pay a monthly fee lol
Great experiment!
The very same AI should review its own self-made videogame once done. It should score it, then should point some improvements to make, some fixes. Then , the AI should modify the game with all the recommendations. It it improves overall, the whole experiment is done and ready to pass the "Kotaku test"...
Yes this is like the asteroid lander training program from the 1995 Lucasarts game the Dig (iykyk)
(written with chatgpt)
Wow, this video is absolutely amazing! It's so inspiring to see how ChatGPT, with its incredible intelligence and programming capabilities, was able to not only create a game, but also deceive an expert gamedev. This is a testament to the incredible potential of artificial intelligence and the limitless possibilities it holds for the future. Congratulations to the team behind this incredible feat, and to ChatGPT itself for proving the naysayers wrong!
I love it. This is the quality of content I wanna see, but rarely do. Bruh 🔥
Big LOL at the suggested name of "Orbital Oops". Fits so perfectly!
Really cool idea and solid execution. Would be interested to see you make more games like this. Perhaps one a week or one a month for a series.
thats a neat idea!
I'm not going to lie I do miss voice over Jabrils when he was eating and talking over it OG fan here still love the work.
I don't know what to say, I don't expect anything less than greatness from you and you proved me right once again.
Do a part 2 with chat gpt 4! Its way better at coding then the previous version.
Great Vid Jabril! Keep up the good work.
Damn finally some one that uses light theme😊😊
i only know basic coding in Unity. But with AI, I was able to create game features that used to require 2-3 dev experts to make working full time job...during my free time!
I was able to make the character controller, skills, scriptable objects, item database, inventory system, crafting, combat system, enemy ai behaviors etc. all in just a month... in my free time as a subpar developer
Thank you so much for sharing knowledge and ideas.
do not believe in the ai that you believe in that believes in itself. believe in the me that believes in the ai that believes in the you that believes in the ai that believes in itself. *puts kamina glasses on dramatically
AI told me to reply to you with this:
I'm not sure about the Kamina glasses, but I do believe in the power of teamwork between humans and AI. Together, we can achieve greatness!
@@Jabrils our combined ai efforts will drill towards the heavens !
"You didn't even bother to make the game down there" killed me
Someone should train models that are exclusive meant to create games
Yo! I have been calling it coding in English xD Great content man! I have been working on a lot of Prompt Engineering ideas for creating jailbreak style prompts that make GPT super performant at assisting on specific things which has been feeling really really close to "coding in english" lol
Cool attempt. Would be interesting to see how it handles more complex concepts (mechanics etc) at some point and if it’s faster to answer initial prototyping questions than coding by hand.
Could see this become quite useful in the crude gameplay prototyping process at some point. Rather than having to dive through blogs etc on google to find code you need before you want to spent time on coding it properly or having to buy packages for something that is intended to be thrown away after this step anyway.
We could produce a lot of content with the current AIs. However, there are still inaccuracy even in terms of code but will still need human input. Video games could also utilize image generators like Bluewillow to produce some characters or backgrounds and such.
I'm making a 3d game with Chat GPT 3. Still working on some things for it, but it's helped program most of the game. Space Mining, should be fun I hope.
Good video, enjoyed your narrative. Inspiring!
So cool man. Love what you’re doing. I subbed!
here for the expected good energy I always find in your videos
What i am most curieus about is the langauge model itself being used for AI characters ingame. AI can learn to recognize your specifik voice in any language. If its possible to interact with AI ingame and generate responses that fits the narrative of the game like chatgtp does......think about what that could change for a gaming experience, the immersion......to have a conversation with a AI character like you are playing with 1 of your friends, ask it anything about the world and make it do things in this world.
I missed you, happy to see your video again !
That generated track is definitely a certified absolute banger!!
@jabrils *whistles away while installing 300gb of ark* XD nice vid man love your stuff
I think games will (at least at the start) begin to use AI for stuff like natural animations (which idk if its currently being used by any big games, but its in development for sure), more realistic procedural terrain, more natural npc interactions, etc, stuff like that. I doubt we will see AIs being used to create most of a videogame, at least not soon (a few years from now), but they will definitely be used to improve the game itself, its possibilites, and to make their development a little bit cheaper
Why do I have that feeling that in the not too distant future, this will pale in comparison to what will be possible lol
I remember joking in school about whether you could abstract a programming language to the point where you could just say what you wanted the code to do in regular English. 3 years later we are at the beginning of being able to do that.
It's just Moon Lander, but without a dedicated landing area. One of the first video games, it was part of the Magnavox Odyssey.
With better graphics and music and sound. Coded in Python. By a language model.
A language model. Not a game maker kit, not DeepMind's AI that turns gameplay footage into a playable approximation of the game. A glorified text completion wrote that.
… What a time to be alive.
god i love jabrils what a blessed ass human thoroughly entertained keep it up bby boi!!
I love you
Loved The Video Jabrils, Totally Worth The Wait !
I love you Kaiser
I came from your how to get started with ML learning video from 5 years ago, I wonder if you have any up-to-date resource suggestions?
Great content btw subbed
when that music came on !!!! WOW...I gotta try it!
Someday a lone director will be able to make solid indie games.
Wondering if now is a good time to get into a game development career? Feel like together with the constantly improving AI on my side building my own dream game or working at a game dev agency is achievable..
Love this idea, subbed
AI greatly assists in prototyping and getting you started. But there is still a lot of work for skilled artists, programmers, etc. to create a polished product.
Game engines have been around forever which reduce the complexity of code and focus the dev more on the art, story, music, etc. AI is just making it possible to generate your own from scratch that you have full control over.
I have been working on a all name of game, names of assets, art, general assets, descriptions, and world lore ML service generated card game rogue-like and oddly didn't think about just going that small bit further..... maybe I will, maybe not.... been building it first on browser, now in unreal but packaging into browser running WASM..... been a fun lightweight project, I am a software developer and not a artist or game dev in general so this idea was the only way I could think up to complete a game without any art skills or time to do all the tedious stuff.
The artwork for the manga looks good.
cant wait to see how far we will be in the next 5 years
I guarantee you most people seeing this don't understand what a watershed moment they just witnessed. This is seriously a milestone in the AI history books.
well that was interesting, i have seen many ai made games and all are interesting, its all depends on the maker and how much code do they understand!
Finally the goat is back
thats exactly like a minigame in a german computer game i played as a kid
This... It's been years lad
Also tis is a nice video concept
I love your shades lol, looks like Arthur Lee's shades. I remember always trying to find a pair 😂
Thanks, glad that you like them! They are prototypes & i am manufacturing them myself! 😁
lol "Write RUclips Apology Script" was a prompt.
We should replace all creative jobs with AI. Means we can all work for Amazon and live nice fulfilling warehouse lives until AI can do that and we can just give up :)
The only thing it can’t do is game design
This stuff amazing but it does create some internal conflict for me, I've always loved computer science and have regarded it highly due to its elegance when done properly and I cant bear the thought of that very beauty making itself obsolete.
The more they advance this AI it’s going to be scary how much it can actually do for us. Which is probably going to thrust us into a new age of everyone probably having their own personal ai assistants
Depending on the language gpt(3.5) isn't there yet for programming or gets close but no cigar respectively.
This was insightful and hilarious.
Api calls included makes it scary
This AI just suggested lunar lander.
this video must have been in the making for a while... i remeber that test game from last year
Now I want to see someone with game dev experience use this to make a legit game.
AI went from playing games to making games.
500.000 subscriber good job :D
People are going to be limited only by their imagination and creativity and not by their ability to code. I think it will still be a massive advantage knowing how to code but this is going to make things much easier.
Wow. Based on what he said, imagine in the future you want to play a game and you just ask the AI to make it. Eg.: create a spider--man game with a new story, and you get the "Miles Morales" game :D
The future is about to get really weird. Wait, it already is.
Damn David's response was priceless.
I didn’t know the god of war dev before this video. Made me laugh!!
i can't even get ChatGPT to generate simple stuff without it crashing midway
Two dumb things. It's dumb for anyone to say AI can't make games. But it's also dumb to say that it can, because it can't.
AI can only make what you ask it to. It didn't make a game. You used it to help you make a game. And it's extremely obvious that an AI would be able to help with this task
Fascinating video! Great job! Though, I would not agree that this game is 100% generated by AI. The fact that the human mind still needs to put it all together makes it significantly less than 100%. And I am talking especially about the Unity game logic (not about art and music). You still need to micro-manage the AI's path through the low level of the Unity engine game logic like giving detailed input to the AI about the GameObjects and stuff like that, and then piece it all together in Unity. This still requires the dev who knows Unity and it takes away some of the percentage of work from AI. Though, I will not be shocked if, in a short time, we will have the real Text2Game AIs that can generate a 100% complete Unity game based on a single string of input, which just describes the game logic on a high level.
No fuel gauge? You're missing one of the best aspects of Moon Lander games haha