Skip to content

Commit

Permalink
Homefun to Part
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierrog committed Sep 10, 2024
1 parent c7e78bc commit 5385ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/main/assignments/homefun-pt2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This means that you may not need to pass all "autograding" tests to complete a p

## Summary

Enhance the solver you wrote for Homefun I to handle `100-to-0-by-1-or-2`. Encode the ruleset of Tic-Tac-Toe, and write a hash function and its inverse to allow the solving algorithm you wrote to interface with this new `Game` implementation.
Enhance the solver you wrote for Part 1 to handle `100-to-0-by-1-or-2`. Encode the ruleset of Tic-Tac-Toe, and write a hash function and its inverse to allow the solving algorithm you wrote to interface with this new `Game` implementation.

## Game Abstraction

Expand Down

0 comments on commit 5385ab8

Please sign in to comment.