Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 589 Bytes

Love You Like XO

A terminal tick-tack-toe game for the hopelessly erudite.

To Run

  • You'll need Python 3+
  • Fork the repo into a fresh directory
  • run $ python3 play.py

To Play

  • Respond to the prompts.
  • All you can do right now is fill up the board.

Coming Soon

  • Playing against the computer
  • Winning
  • Losing

Next steps:

  • Alternate moves between player and AI
  • Check for winning combinations [X]
  • Put things into classes as appropriate
  • Get game loops looping proper (option to play again, too)
  • Sanitize inputs and other error handling