This is a simple two-player word game, one player being a computer.
- Players take turns to say letters.
- If a player says a word that ends a word, they lose.
- A letter that does not spell a word leads to a loss.
- Upon executing the code, the user is prompted to start a new game or quit.
- To play the game, the user selects who to start saying a letter, computer or user.
- Players take turns saying letters until the game is won or lost
- Clone the repository
git clone https://github.com/kitsao/word-game.git
. - Use your preferred Python IDE to open the local folder.
- Run the
wordgame.py
file.