https://github.com/kshitijshrivastava1903/tic_tac_toe_2_player_python_code
This is a 2 player game I have created using python(using concepts of functions and loops)of tic tac toe in which you can enter the the number on the grid to specify where you want to put the X or 0
https://github.com/kshitijshrivastava1903/tic_tac_toe_2_player_python_code
functions python-3
Last synced: about 2 months ago
JSON representation
This is a 2 player game I have created using python(using concepts of functions and loops)of tic tac toe in which you can enter the the number on the grid to specify where you want to put the X or 0
- Host: GitHub
- URL: https://github.com/kshitijshrivastava1903/tic_tac_toe_2_player_python_code
- Owner: kshitijshrivastava1903
- Created: 2020-05-27T07:46:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T07:51:45.000Z (about 6 years ago)
- Last Synced: 2025-01-15T23:29:02.599Z (over 1 year ago)
- Topics: functions, python-3
- Language: Jupyter Notebook
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic_tac_toe_2_player_python_code
This is a 2 player game I have created using python(using concepts of functions and loops)of tic tac toe in which you can enter the the number on the grid to specify where you want to put the X or 0.