Commit Graph

5 Commits

Author SHA1 Message Date
Chris Proctor adbd197b1b Add assessment 2024-03-02 19:55:07 -05:00
Justin Toombs ab309c8be8 The computer player was trained to use more
effective strategies.

What I changed
I replaced the random strategy class with the lookahead strategy class.

Why I changed it
By replacing the classes, the computer player stopped responding randomly and instead used data provided to integrate
effective strategies.

Estimate for remaining time to finish assignment: [1-2 hours depending on peer assistance]
2024-02-12 22:54:26 -05:00
Justin Toombs b84640e4b3 This submit dealt with the problems of not
determining a winner and always ending with a tie
regardless of the outcome.

What I changed
I looked to find all of the possible win scenarios, which took some time to determine. I then utilized several loops
to ensure a winner is declared when three in a row is earned.

Why I changed it
While perhaps not done in the most proficient way, this helped to map out each of the win scenarios while still understanding
it at the surface level.

Estimate for remaining time to finish assignment: [2-4 hours depending on peer assistance]
2024-02-12 21:50:12 -05:00
Justin Toombs 46e45b2b6f This submit was meant to understand and state
which classes were responsible for each aspect of
the game.

What I changed
Notes.md was changed to reflect responses to Checkpoint 1.

Why I changed it
Checkpoint 1 required us to reflect on the code thus far in order to fully understand it.

Estimate for remaining time to finish assignment: 4-8 hours based on availabilty of peers
2024-02-12 20:52:39 -05:00
jtoombs 84e462ac43 Initial commit 2024-02-02 23:19:46 +00:00