Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One thing I will caution in using Chat GPT or other AI venues for writing code. It's very useful, but the thing to remember is that it's only parroting what has been put into it, and rearranging it. Whenever you get it to spit out the code that works, Make sure to go back and ask it if it's the most efficient way to write that code. There will be times where it says no, and you will have to ask it for more efficient code to do the same thing. It does NOT understand that people want efficiency first. So it will only write the first thing that works.