About 'Calculate Guess Variable'!

In this video (objectives)…

  1. Implement the simple calculation to guess the midpoint of our min and max.
  2. Fix an issue with the maximum guess not reaching 1000.
  3. Tidy up our text.
  4. Use github to access our code updates and lecture changes.

After watching (learning outcomes)…

Implement a simple calculation that updates our guess based upon player feedback.

(Unique Video Reference: 7_NC_CUD)

We would love to know…

  • What you found good about this lecture?
  • What we could do better?

Remember that you can reply to this topic, or create a new topic. The easiest way to create a new topic is to follow the link in Resources. That way the topic will…

  • Be in the correct forum (for the course).
  • Be in the right sub-forum (for the section)
  • Have the correct lecture tag.

Enjoy your stay in our thriving community!

I think that it might be helpful to introduce the vagaries of the Unity IDE a bit earlier in the course.

I did not find instructions about enabling the Unity console buttons until lecture 9 - which was well after the time that I needed to know how to see output.

I think that the initial guess might better be set as guess = (max + min) /2 as otherwise the first estimate of 500 will not work when the initial range values are changed (to say 1 and 100).

Privacy & Terms