Skip to main content

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

Are there plans to add control instruction sets to the bots? For instance 'do this X times' or 'do this until that' type of instructions?

right above go theirs repeat and forever. forever just click when done repeat drag in to program space and put instructions in.

I know how to teach(program) my bots kendric. Thank you for trying to be helpful. But I think the language barrier is causing a misunderstanding.

In programming some code is known as 'Control Structures'. Things that allow us to do things like:

if x=0 then

     do this

else

     do that instead

end


I'm asking if there are plans to introduce Control Structures to the teachings of our autonaughts.

(+1)

Yes we'll be adding these sorts of instructions as we go. Thanks