Skip to content

Commit

Permalink
Single solver warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierrog committed Sep 10, 2024
1 parent 9eaa2e2 commit c7e78bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/main/assignments/homefun-pt2.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ Once that works, create a new `Game` implementation for Tic-Tac-Toe using its "p

Finally, format and print the number of winning, losing, and tying positions under the above symbolic representation of Tic-Tac-Toe when queried. See the [checks](#checks) section for specifics.

{{< hint danger >}}

Do not write a separate solver for Tic-Tac-Toe; use the same one for both games.

{{< /hint >}}

## Checks

The following commands will be ran from your submission's top-level directory verbatim. We will expect to see the output shown below each of them in `STDOUT`. There will be no input provided through `STDIN`.
Expand Down

0 comments on commit c7e78bc

Please sign in to comment.