Skip to content

A code that displays the tictactoe game to be played by two users

License

Notifications You must be signed in to change notification settings

omololevy/TacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE

This is a project on a python language to implement the Tic Tac Toe game.

Saturday October 23 2021

By OMOLO LEVY

Description

This program allows players to;

*Input something among 1-9 to select a slot *If they enter anything else, it tells them to go again. *Check if the input is already taken *Toggle between users upon succesful move *Add input to the board *Check if user won: checking rows, columns and diagonals

Rules

*The object of Tic Tac Toe is to get three in a row. You play on a three by three game board. *The first player is known as X and the second is O. *Players alternate placing Xs and Os on the game board until either oppent has three in a row or all nine squares are filled. *X always goes first, and in the event that no one has three in a row, the stalemate is called a cat game.

Project live site

This is the live . Click for the demo

Image

Setup instructions

  • Clone the program from Online repo
  • Click on the green button to clone or download

Technologies Used

*Python

Support and contact details

contact me @omololevy@gmail.com

License

The project is under MIT license Copyright © 2021.All rigths reservedg

Releases

No releases published

Packages

No packages published