Aprataksh Anand

A Computer Science Engineer, content writing is Aprataksh's first rodeo. A passionate coder along with a love for gaming, he can be found passing his free time with friends in a CS:GO lobby.

Tic-tac-toe using Python

In this article, we will be going through the steps of creating Tic-tac-toe using Python Language from scratch. About the game Tic-tac-toe is a two-player game, that is played on a 3×3 square grid. Each player occupies a cell in turns, with the objective of placing three marks in a horizontal, vertical, or diagonal pattern.

Tic-tac-toe using Python Read More »