Skip to main content

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

I wonder how possible this is, considering the original algorithm allows you to use less nodes. I wonder how much that might inflate the numbers, or alternatively how much requiring you to  use all the nodes might make ceritian  configurations impossible. have you tested it? (I know you tested the original version)

Yep! I tested it right before uploading. I expect that Ultra is very difficult now, but I didn't find it too difficult when using the classic tree(3) solution as a starting point.

do you mean TREE(3)? the funny thing about this game is that you can't really search up a solution, because so few people talk about the weak tree function, which I guess is what this game is bringing awareness to.

Here's the solution for weak tree(3) that helped me find a similar solution in my game: https://math.stackexchange.com/questions/3837501/before-the-current-lower-bound-... (Oh, and I should also credit my younger brother, who told me about this problem in the first place. He was already familiar with this solution, which helped me test the game initially.)