to run the game , you need to : 1. build docker images with docker-compose build 2. run the containers with docker-compose up 3. attach clients with a new terminal window : docker attach guess-client1 4. repeat for guess-client2 if needed. Follow the prompts to enter your guesses and answer the "play again" question. 5. when finished, stop the containers : docker-compose down