On Thu, 17 Dec 2015 05:28:23 -0800, trkaplan24 wrote:
> Hello, I created a python code for a simple hangman game. Was wondering
> if anyone could edit to help me make it multiplayer so when one person
> guesses a letter incorrectly, the next player can then guess a letter.
First you need to promp
Hello, I created a python code for a simple hangman game. Was wondering if
anyone could edit to help me make it multiplayer so when one person guesses a
letter incorrectly, the next player can then guess a letter.
import time
player1 = raw_input("What is your name Player 1? ")
player2 = raw_inp