Skip to main content

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

Game still breaks in 0.5.27 if nudity attracts an attack in public:


Error: <<CommonTreeActions>>: errors within widget code (Error: <<ShowTalkingTrees>>: errors within widget code (Error: <<ShowTalkingTree>>: errors within widget code (Error: <<ShowPlayerTalking>>: errors within widget code (Error: cannot find a closing tag for HTML <gcrime> undefined) undefined) undefined) undefined) undefined

and still in 0.5.28 

You're using AI for the code, so get the AI to write tests. You need a test suite. You need to replay player actions and trigger scenes and confirm that you still get the intended gameplay. Do not waste tokens by using the AI instead of a test suite, by only asking the AI to review the code and fix errors. An AI agent will produce much better code in the presence of a test suite, as that'll give automatic and efficient feedback on whether code changes break things.