Can chatGPT write a game from scratch in c++?

  Рет қаралды 13,670

Low Level Game Dev

Low Level Game Dev

Күн бұрын

Пікірлер: 43
@kelvinmulungu
@kelvinmulungu Жыл бұрын
Time to learn how to do build houses or something 😅
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Next video 😳 jk
@myzxx
@myzxx Жыл бұрын
Honestly, as much as people say AI is going to take over game development, it probably wont ever because it will always 1. Take human intervention 2. Human design (Like art and graphics) 3. Advertising and social media teams
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Yes, in the end I don't think it is a good idea to create a good ai but than forget how it works and rely only on it for coding
@player111q7
@player111q7 Жыл бұрын
For now.....
@AkariInsko
@AkariInsko Жыл бұрын
Ai is already pretty capable of generating art
@swiftypopty1102
@swiftypopty1102 Жыл бұрын
@@AkariInsko and there's an new ai model that can create 3d models too.
@AkariInsko
@AkariInsko Жыл бұрын
@@swiftypopty1102 yep 💀
@kumarisuman4565
@kumarisuman4565 Жыл бұрын
I think chatgpt is more like a help. Now I can learn even more.
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Yes, it really is helpfull, it can even teach you things
@lukasjetu9776
@lukasjetu9776 Жыл бұрын
i'm your 750th subscriber, keep this up
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Thanks man, 750K in a few years 💪
@PetrosTotskas
@PetrosTotskas Жыл бұрын
damn, I didn't know it can write all the code at once like that, that's impressive 💯
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Yes, sometimes it will not write the implementation for all the functions and you have to tell him to implement them and he knows what you are referring at and will add the correct code, it really is something.
@XantoS771
@XantoS771 9 ай бұрын
As someone who always loved playing videogames and my most "advanced" code was a simple html "game" made for computer class in 11th grade, Chat GPT is a easy way to at least start to comprehend how a game is made. Will it make a real game from scratch? Probably not, but it's a great tool to assist users, be it advanced or newbies to this whole coding process. Great video!
@lowlevelgamedev9330
@lowlevelgamedev9330 9 ай бұрын
thank you, yes chat gpt can help you I even use it often for help
@Drolletjessquad
@Drolletjessquad Жыл бұрын
nice content!!
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Thank you
@lolcat69
@lolcat69 Жыл бұрын
Welp, the other day I learned that chatGPT know that my game engine exist, it told me is a "content rich engine", so I want to see if it can make a game with it
@RasmusRelander
@RasmusRelander Жыл бұрын
amazing result of chatGPT
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Yes, it really is something.
@Brainjoy01
@Brainjoy01 Жыл бұрын
I’ve tried to download SFML and connect it with codeblocks but I get really lost in pathing and assigning directories and libraries. Do you have an IDE environment that’s more plug and play?
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Unfortunatelly setting up libraries is just annoying. Cmake can be plug and play more or less after you learn it (it can also be annoying). I recomand using a tutorial on youtube to setup sfml. I personally use visual studio but the process is the same.
@jackmarquette1351
@jackmarquette1351 Жыл бұрын
There is a command in cplusplus package manager that makes it very simple
@pushqrdx
@pushqrdx Жыл бұрын
Can you post the rest of the snake code, especially how it handled the tick speed in the main event loop?
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
yes, it is in the repo in src/platform/glfwMain.cpp
@Typhy7
@Typhy7 Жыл бұрын
What browser and OS were you using?
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Windows and Chrome+Opera
@PySnek
@PySnek 2 ай бұрын
It still fails hard if you want to have a very basic multiplayer game in C/C++
@lowlevelgamedev9330
@lowlevelgamedev9330 2 ай бұрын
multiplayer is kinda extremely hard tho....
@madeinhevinis905
@madeinhevinis905 Жыл бұрын
why is there no one watching this
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
new channel man hopefully I'll get more views soon, thank you for the nice comment 🙏
@imp4ctxd
@imp4ctxd Жыл бұрын
Hope dies last. So lets hope AI wont advance. Still u must check if code works
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
Yes, the best programmers will not be ever replaced so you have to be in that position
@BlacKHellCaT78
@BlacKHellCaT78 Жыл бұрын
@@lowlevelgamedev9330 its not even about best, AI fails fast when the complexity gets anywhere above basic/beginner/junior level. Any medium or large project will always need programmers tailored to its requirements and custom logic. AI cant help with architectural changes/design, best practises for your specific needs etc. Sure it will be able to make a good blog website, e-store, asteroids clone, but AI to make the next Call of Duty, World of Warcraft etc is damn near impossible without human programmers. And more complex projects dont only use the "best" programmers, every projects needs the full chain of junior/intermediate/senior programmers/designers etc to be effective
@lolcat69
@lolcat69 Жыл бұрын
I love how people says that ChatGPT is ultra good and it will replace us, and like, every time I ask him something more specific, it just ruins himself, like, he invents things, say things that make no fucking sence and it some times copy paste my code and show it to me as a solution, and I am like "BRO, I JUST SHOW YOU THAT DUMBASS" and it is like "sorry... *Says the same thing again*", or it just tell fake info
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
:)))) Yes it still has more to learn but they seem to get better and better so if they continue to evolve ais will probably be used for some things, I think however that there are many jobs that are not replaceble by ais like writing medical software.
@lolcat69
@lolcat69 Жыл бұрын
@@lowlevelgamedev9330 yeah, ai will never replace human logical thinking, or human mind, cuz... i mean, it is nor real, is atrificial as the name says, and i dont think they never, will recreate something even close to the human brain, but it can still be used for simple things, and it is great on that :)
@lowlevelgamedev9330
@lowlevelgamedev9330 Жыл бұрын
@@lolcat69 Well it becomes a philosophical debate but teoretically it can aproach a human mind or not. I don't think we will ever know untill it happens (if it happens).
@lolcat69
@lolcat69 Жыл бұрын
@@lowlevelgamedev9330 true
I Made a Game Using ChatGPT
9:51
Rye
Рет қаралды 2,8 МЛН
10X Your Code with ChatGPT:  How to Use it Effectively
17:14
Dave's Garage
Рет қаралды 347 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 66 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 37 МЛН
What I do to never have to worry about memory leaks!
8:03
Low Level Game Dev
Рет қаралды 46 М.
Can AI Code Minecraft? Watch ChatGPT Try
8:06
BadGameDev
Рет қаралды 1,4 МЛН
Why is graphics programming SO HARD to learn? My story
6:41
Low Level Game Dev
Рет қаралды 17 М.
Why you should make your own game engine in 2023
10:17
Low Level Game Dev
Рет қаралды 45 М.
It's not hard to make games in C++
6:23
Low Level Game Dev
Рет қаралды 52 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,5 МЛН
I Had ChatGPT Enter a Game Jam... (we're doomed)
9:59
base_thomas
Рет қаралды 139 М.
How much Money does my Free Mobile Game Make?
8:26
Sam Hogan
Рет қаралды 11 МЛН
Can AI code Flappy Bird? Watch ChatGPT try
7:26
candlesan
Рет қаралды 9 МЛН