Click here to Skip to main content
15,886,761 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What the title says. I need ideas as to what games have a recursive solution other than Towers of Hanoi (And minesweeper).
Posted
Comments
Sergey Alexandrovich Kryukov 15-Apr-14 18:48pm    
Do you have such ideas yourself? How about sharing them?
I must warn you: many people having such ideas will rather seek ways to use them themselves before they share them with your. Some ideas like that costs millions. :-)
—SA
Cesar Reyes Sencion 15-Apr-14 18:50pm    
I think you misunderstand. I am asking for games that can be done recursively, other than Towers of Hanoi. I need to do one's Recursive Solution for a school homework.
Sergey Alexandrovich Kryukov 15-Apr-14 18:54pm    
No, I understood you perfectly. I explained why people would not likely share those ideas.
I have a better idea for you, my Solution 1. I already see interesting books on the subject.
—SA
Cesar Reyes Sencion 15-Apr-14 18:57pm    
Correct, but there are some recursive games whose solution is known/open-source worldwide (Ie: There are a few Mine sweepers solutions done recursively on the net). I'm asking if there's any outside of these 2 that I could get my hands, on, to be more specific.
Sergey Alexandrovich Kryukov 15-Apr-14 18:59pm    
I know, I know. I perfectly understood it exactly this way in first place, no need to repeat. Really, use my advice in Solution 1.
—SA

1 solution

Please see my comments to the question. This is just one reason why your request might be not very efficient.

One other reason is this: let's assume for a minute that your question will create an enthusiastic competition of ideas among members (I doubt it can happen, but let's assume it). How do you think much time it will take to get good results? I'll predict it as "a lot". A puzzle is really, really hard to invent.

So, you might be much better of doing this: http://bit.ly/1evBK3g[^].

[EDIT]

This works out even better: http://bit.ly/1evE4Y1[^] ("puzzles", not "games").

And I just recalled one specific puzzle from my childhood: http://en.wikipedia.org/wiki/Baguenaudier[^].

I used the form shown on the bottom picture. But you would need to formalize it, which can be hard to do without having the toy in your hands. Actually, the whole process have little except pure recursion.

[END EDIT]

Good luck,
—SA
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900