Skip to main content

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

Although I marked my game as using AI generated code, that is technically not true actually, especially since the language I use is rare enough that AI is not making proper code for me to use anyway, but since my language (Hollywood-mal) is LUA-based, AI generates me LUA code instead of the actual Hollywood code.

Therefore I cant just copy-paste them.

But what I do do a lot, is ask for AI to generate me some code, and then using that as a basis, I write my own code.

I also ask AI to give me names of functions and variables a lot.

I find AI very useful for that and it has made my code much much better and more readable.

Also great for figuring out things I havent tried before. Like just recently used it to help me make my first procedural generation for one game.

Asked AI to give me example and numbers etc. and then made my own version of it.