rpg

Error while using multiprocessing in Pygame

Error while using multiprocessing in Pygame Question: i’m making a text-based RPG and am trying to use multiproccessing to run both the pygame check function and the game function at the same time. This is my first time using multiprocessing so i’m not entirely sure what is going on. Here is the (important) code: from …

Total answers: 1