RabbitMQ can be used to send messages between two games. For this: Create another game which depends on the current game. Once the current game is finished it sends a message to the next game. You receive and use the same message in the next game.
RabbitMQ can be used to send messages between two games. For this:
Create another game which depends on the current game.
Once the current game is finished it sends a message to the next game.
You receive and use the same message in the next game.