Computer Science Canada

Ideas needed for a recursion based game.

Author:  HucSao [ Sat Jan 05, 2008 7:27 pm ]
Post subject:  Ideas needed for a recursion based game.

Pretty much in the title. I need to make a game for my ISU; the main structure of what the game revolves around has to be based on recursion. I'm at a total loss for ideas. Please help me out !!

Author:  Tony [ Sat Jan 05, 2008 8:44 pm ]
Post subject:  RE:Ideas needed for a recursion based game.

Just think back to what kind of problems you used to solve with recursion. Any kind of a maze is game~y enough.

Actually you could do just about anything, if you implement your for-loops as recursive calls Wink


: