kitsao / word-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Game

This is a simple two-player word game, one player being a computer.

Tips

  • 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.

Instructions

  1. Upon executing the code, the user is prompted to start a new game or quit.
  2. To play the game, the user selects who to start saying a letter, computer or user.
  3. Players take turns saying letters until the game is won or lost

Requirements

  1. Python interpreter

Getting Started

About


Languages

Language:Python 100.0%