I run the first CC period and would like to know how I could get variable values from a game, for example, in real time. For example, when a Boolean variable changes the value to TRUE, I wanted to have access to that state of the variable. Can you do that? in java? Should I have access to the memory address of this game variable? The question arose because I need a program that has access to the game data ...