Time to learn how to do build houses or something 😅
@lowlevelgamedev9330 Жыл бұрын
Next video 😳 jk
@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 Жыл бұрын
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 Жыл бұрын
For now.....
@AkariInsko Жыл бұрын
Ai is already pretty capable of generating art
@swiftypopty1102 Жыл бұрын
@@AkariInsko and there's an new ai model that can create 3d models too.
@AkariInsko Жыл бұрын
@@swiftypopty1102 yep 💀
@kumarisuman4565 Жыл бұрын
I think chatgpt is more like a help. Now I can learn even more.
@lowlevelgamedev9330 Жыл бұрын
Yes, it really is helpfull, it can even teach you things
@lukasjetu9776 Жыл бұрын
i'm your 750th subscriber, keep this up
@lowlevelgamedev9330 Жыл бұрын
Thanks man, 750K in a few years 💪
@PetrosTotskas Жыл бұрын
damn, I didn't know it can write all the code at once like that, that's impressive 💯
@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.
@XantoS7719 ай бұрын
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!
@lowlevelgamedev93309 ай бұрын
thank you, yes chat gpt can help you I even use it often for help
@Drolletjessquad Жыл бұрын
nice content!!
@lowlevelgamedev9330 Жыл бұрын
Thank you
@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 Жыл бұрын
amazing result of chatGPT
@lowlevelgamedev9330 Жыл бұрын
Yes, it really is something.
@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 Жыл бұрын
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 Жыл бұрын
There is a command in cplusplus package manager that makes it very simple
@pushqrdx Жыл бұрын
Can you post the rest of the snake code, especially how it handled the tick speed in the main event loop?
@lowlevelgamedev9330 Жыл бұрын
yes, it is in the repo in src/platform/glfwMain.cpp
@Typhy7 Жыл бұрын
What browser and OS were you using?
@lowlevelgamedev9330 Жыл бұрын
Windows and Chrome+Opera
@PySnek2 ай бұрын
It still fails hard if you want to have a very basic multiplayer game in C/C++
@lowlevelgamedev93302 ай бұрын
multiplayer is kinda extremely hard tho....
@madeinhevinis905 Жыл бұрын
why is there no one watching this
@lowlevelgamedev9330 Жыл бұрын
new channel man hopefully I'll get more views soon, thank you for the nice comment 🙏
@imp4ctxd Жыл бұрын
Hope dies last. So lets hope AI wont advance. Still u must check if code works
@lowlevelgamedev9330 Жыл бұрын
Yes, the best programmers will not be ever replaced so you have to be in that position
@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 Жыл бұрын
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 Жыл бұрын
:)))) 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 Жыл бұрын
@@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 Жыл бұрын
@@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).