sidhant-khamankar/Tic-Tac-Toe-Using-Python
A simple X-O game made using python which can be played by 2 players. Implemented concepts like loops, function, dictionary, conditional statements etc. It asks for choosing own marker and position. It randomly gives first turn to either player 1 or player 2. It also checks for space occupancy, tie and win.
Python