Entertaining the AI Number Wizard

Author: Tyler Johnston
Tools: Unity Visual Studio C#
Github Repo
Date Posted: 09/07/2021

Demo:

Game Description:

Very simple number-guessing microgame that was used as my first-exposure to Unity's UI elements.

You pick a number, the computer will try to guess your number. You'll tell the computer whether it is correct, if the number is higher, or if the number is lower. If the computer was incorrect, it'll keep guessing until it finally picks your number.

This was my take on Number Wizard, the 2nd project in GameDev.tv's 2D Unity course.