Core idea
PrediNator is built around an interpretable game loop where the reasoning path stays visible enough to understand and improve. A decision tree works well for that goal because the product depends on a sequence of narrowing questions rather than opaque pattern matching alone. That keeps the gameplay responsive while making the underlying prediction logic easy to extend.