Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.57 KB

File metadata and controls

17 lines (14 loc) · 1.57 KB

CodeTriqui

I created this project while studying a python course. It was a final task This project the triqui play... have fun!

INSTRUCTIONS

I was asked to programm the triki play. When the programm runs, will be displayed the triki table (matrix 3x3), and an input asking the user to chose the symbol "X" or "O". The first turn always is for the "X". The user must chose the position in the table (it has to be correct and can not be occupied) to put his/her symbol. The system validate if there is a winner or if there is a tie and continue asking for positions to put if there is not a winner or a tie. The programm finishes when there is a winner or a tie.

CODE - SOLUTION

You can find the code attached to this repository.

IMPLEMENTATION

Screenshot from 2022-11-08 16-34-10 Screenshot from 2022-11-08 16-35-19 Screenshot from 2022-11-08 16-36-09 Screenshot from 2022-11-08 16-36-26 Screenshot from 2022-11-08 16-36-57 Screenshot from 2022-11-08 16-37-12