I have two separate files, one with a player-controlled game and another with an IA-controlled game. My goal is to run those 2 files at the same time and in the same interface.
I already tried multiprocessing but the two files are running in different interfaces.