Underrail Forum

Underrail => General => Topic started by: Twiglard on January 11, 2017, 11:31:22 am

Title: mutagen puzzle as a computer science problem
Post by: Twiglard on January 11, 2017, 11:31:22 am
Hey,

The mutagen puzzle somewhat smells to me as one of classical CS problems with known complexity, etc. It is definitely a regular language problem, but applications of regular languages in CS don't typically concern themselves with generative problems.

Obviously there is an N! solution with memoization opportunity but it's not really a solution given the scaling...

If there's script code for generating the mutagen data to be read in the game files, can you point me to it? Obviously the generator goes easy on the players, but it may give me some insight.

Oh, and: Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.

Edit: it kinda smells like Einstein's logic puzzle also. Lemme look up more into it.
Title: Re: mutagen puzzle as a computer science problem
Post by: Twiglard on January 13, 2017, 10:22:46 am
Can you or someone else provide a few random sets of the puzzle, please? I'd like to test some things out.