Skip to main content

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

Anyone knows what this recursion thing is?

A topic by dilectiogames created Jun 14, 2024 Views: 501 Replies: 13
Viewing posts 1 to 14
(+1)

basically

(+1)

something that keeps on coming up

(+1)

something that keeps on coming up

(+1)

something that keeps on coming up

(+1)

something that keeps on coming up

(+1)

something that keeps on coming up

(+2)(-2)

Something that keeps on coming up can be a simple loop, not necessarily a recursion.

Recursion requires each newly created "entity" (another loop in algorithm, scene, dialogue, you name it) to be derived from a version of itself and be able to spawn a dependent version of itself. Except the very first entity.

Think of fractals. I think there's a term "fractal game design" but I'm no expert.

(+2)(-3)

well repeating the same message is repeating not recursion :) 



Submitted(+1)

something that keeps on coming up

Submitted(+1)

something that keeps on coming up

(-1)

Recursion: Something that uses Recursion.

AKA Recursion: Something that uses something that uses something that uses something that uses something that uses something that uses something that uses something that uses something that uses something that uses...

(1 edit) (-2)

recursion is like patterns for example it's like mana having multiple forms or elements in magic or undead being immortal even though they are different in terms of properties but its not just bound by core mechanics you can also add recursion of behavior in multiple NPCs of same  town or a village and this example can also fit easily with the theme of folklore because lore can easily change the behavior of the residents but these are just some examples i came up with after reading the meaning of  the word  recursion in  the internet i hope it helps.

and if you want easy ways to implement recursion the one of the simplest concept would be simple game mechanics that uses other parts or mechanics of the game .

Submitted

Some great videos on Youtube, I can't explain it better.


Submitted

A bit late for a reply but, anything that contains a version of itself within itself. - Patrick's Parabox on Steam is good example