Commit Graph

6 Commits

Author SHA1 Message Date
Chris Proctor a4a9c495f8 Add assessment 2024-03-01 18:34:39 -05:00
root 9d0c6174ec (Commit summary. Replace this with a one-line description of this commit.)
All of nim
What I changed
(Replace this with a description of what you changed in this commit. This should be 1-2 sentences.)
Completed the nim game.
Why I changed it
(Describe why you made these changes. Were you working toward a goal? Did you reorganize your code? This should be 1-2 sentences.)
Made additions to work towards completing the game. Tried my best to make the game as properly functional as I could.
Estimate for remaining time to finish assignment: [0 minutes]
2024-02-22 08:51:45 -05:00
root f5b1b03b9a Completed the tasks for checkpoint 3
What I changed
Answered the questions and gave the computer a better strategy.

Why I changed it
I answered the questions to the best of my abilitiy. I gave the computer a better strategy as instructed.

Estimate for remaining time to finish assignment: 30 minutes
2024-02-14 23:44:21 -05:00
root ca1c558686 completed checkpoint 2
What I changed
I added the logic to check if someone won the game.

Why I changed it
The goal was to make it so the code could tell if a there was a winner at each point in the game. I figured the easiest way I could implement this accessing the list then using if statements.

Estimate for remaining time to finish assignment: 1 hour
2024-02-14 21:46:08 -05:00
root bf04a4ba8a added the proper responses in notes.md
What I changed
I did not change anything but I added my answers.

Why I changed it
I did not change anything, I added the required answers.

Estimate for remaining time to finish assignment: 2 hours
2024-02-14 21:22:20 -05:00
aglick 9134f6879b Initial commit 2024-02-03 23:59:14 +00:00