Skip to content
Snippets Groups Projects
Commit d75ae5f4 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated project for consistency with Buildozer projects and for latest version of PyCharm.

parent 0c5530e5
No related branches found
No related tags found
No related merge requests found
.idea
*.pyc *.pyc
*.pyo *.pyo
*.apk
.idea
.buildozer
bin
...@@ -88,6 +88,7 @@ def make_computer_move(position): ...@@ -88,6 +88,7 @@ def make_computer_move(position):
next_position[i] = j next_position[i] = j
if evaluate(next_position) is Evaluation.WIN: if evaluate(next_position) is Evaluation.WIN:
return next_position return next_position
# noinspection PyUnboundLocalVariable
return next_position return next_position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment