iamjadhav / tic-tac-toe

Simple Tic Tac Toe Python Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe

Simple Tic Tac Toe Python Implementation

  • A simple tic-tac-toe python implementation for the course The Complete Python Bootcamp From Zero to Hero in Python.
  • Valid inputs - X or O
  • Valid positions - 1 to 9

Steps

  • We need to print a board.
  • Take in player input.
  • Place their input on the board.
  • Check if the game is won,tied, lost, or ongoing.
  • Repeat c and d until the game has been won or tied.

About

Simple Tic Tac Toe Python Implementation

License:MIT License


Languages

Language:Jupyter Notebook 100.0%