-
- Downloads
Initial commit
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- README.md 37 additions, 0 deletionsREADME.md
- dist/tic_tac_toe-1.0.0.tar.gz 0 additions, 0 deletionsdist/tic_tac_toe-1.0.0.tar.gz
- setup.py 21 additions, 0 deletionssetup.py
- test/__init__.py 0 additions, 0 deletionstest/__init__.py
- test/test_ai.py 153 additions, 0 deletionstest/test_ai.py
- test/test_board.py 59 additions, 0 deletionstest/test_board.py
- tic_tac_toe.egg-info/PKG-INFO 13 additions, 0 deletionstic_tac_toe.egg-info/PKG-INFO
- tic_tac_toe.egg-info/SOURCES.txt 14 additions, 0 deletionstic_tac_toe.egg-info/SOURCES.txt
- tic_tac_toe.egg-info/dependency_links.txt 1 addition, 0 deletionstic_tac_toe.egg-info/dependency_links.txt
- tic_tac_toe.egg-info/entry_points.txt 3 additions, 0 deletionstic_tac_toe.egg-info/entry_points.txt
- tic_tac_toe.egg-info/top_level.txt 1 addition, 0 deletionstic_tac_toe.egg-info/top_level.txt
- tic_tac_toe/__init__.py 0 additions, 0 deletionstic_tac_toe/__init__.py
- tic_tac_toe/__pycache__/__init__.cpython-310.pyc 0 additions, 0 deletionstic_tac_toe/__pycache__/__init__.cpython-310.pyc
- tic_tac_toe/__pycache__/ai.cpython-310.pyc 0 additions, 0 deletionstic_tac_toe/__pycache__/ai.cpython-310.pyc
- tic_tac_toe/__pycache__/board.cpython-310.pyc 0 additions, 0 deletionstic_tac_toe/__pycache__/board.cpython-310.pyc
- tic_tac_toe/__pycache__/tic_tac_toe.cpython-310.pyc 0 additions, 0 deletionstic_tac_toe/__pycache__/tic_tac_toe.cpython-310.pyc
- tic_tac_toe/ai.py 41 additions, 0 deletionstic_tac_toe/ai.py
- tic_tac_toe/board.py 51 additions, 0 deletionstic_tac_toe/board.py
- tic_tac_toe/tic_tac_toe.py 33 additions, 0 deletionstic_tac_toe/tic_tac_toe.py
.DS_Store
0 → 100644
File added
README.md
0 → 100644
dist/tic_tac_toe-1.0.0.tar.gz
0 → 100644
File added
setup.py
0 → 100644
test/__init__.py
0 → 100644
test/test_ai.py
0 → 100644
test/test_board.py
0 → 100644
tic_tac_toe.egg-info/PKG-INFO
0 → 100644
tic_tac_toe.egg-info/SOURCES.txt
0 → 100644
tic_tac_toe.egg-info/dependency_links.txt
0 → 100644
tic_tac_toe.egg-info/entry_points.txt
0 → 100644
tic_tac_toe.egg-info/top_level.txt
0 → 100644
tic_tac_toe/__init__.py
0 → 100644
File added
tic_tac_toe/__pycache__/ai.cpython-310.pyc
0 → 100644
File added
File added
File added
tic_tac_toe/ai.py
0 → 100644
tic_tac_toe/board.py
0 → 100644
tic_tac_toe/tic_tac_toe.py
0 → 100755
Please register or sign in to comment