File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source_code_final/library Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Play tic-tac-toe against a minimax computer player in a GUI application built wi
8484(venv) $ python -m window
8585```
8686
87- To change the players, who are currently hardcoded , you'll need to edit the following fragment of the front end's code:
87+ To change the players, who are currently hard-coded , you'll need to edit the following fragment of the front end's code:
8888
8989``` python
9090def game_loop (window : Window, events : Queue) -> None :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Install the library into the active virtual environment:
1212
1313### Packaging
1414
15- Build and package a standalone tic-tac-toe library for distribution:
15+ Build and package a stand-alone tic-tac-toe library for distribution:
1616
1717``` shell
1818$ python -m pip wheel .
You can’t perform that action at this time.
0 commit comments