Skip to content

Commit

Permalink
Added a game example image.
Browse files Browse the repository at this point in the history
  • Loading branch information
njmarko committed Dec 19, 2020
1 parent b5fd5f3 commit a79405a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha-beta-pruning-minmax-checkers/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def input_choose_piece(position, available_pieces=None):
def input_choose_field(valid_moves):
while True:
coord = input(
"Enter the figure coordinates(row+column without space ex. 70 for down left)<x to exit>:")
"Enter the field coordinates(row+column without space ex. 70 for down left)<x to exit>:")
try:
if coord.lower() == "x":
return None
Expand Down
Binary file added resources/game_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a79405a

Please sign in to comment.