Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zachartrand committed Mar 30, 2021
1 parent 20c82b6 commit a9b9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


__all__ = [
'getRandomMove', 'getBestMinMaxMove',
'getRandomMove', 'getBestMove'
]

PIECE_SCORE = dict(
Expand Down

0 comments on commit a9b9d08

Please sign in to comment.