
Unity Calculator
A calculator application developed entirely in Unity, leveraging C# and Unity UI Elements. This tool enables users to input both positive and negative numbers, including decimals, and perform fundamental operations such as addition, subtraction, division, and multiplication. Additionally, it supports advanced functionalities like calculating percentages, exponents, and square roots. Keyboard supported
Play the Game
Role:
Main Programmer
Company:
Personal Project
Date:
July 2024
Software:
Unity - C#
Visual Studio
Adobe Photoshop
Trello
Platforms:
PC
Responsibilities:
Created the Calculator using C# only
Created a Square Root function from the ground up using the Babylonian Algorithm
Designed custom buttons for the UI of the Calculator to add more visual flair to the design
Programmed a system that allows the user to continue to hit the equals button for the calculator to recalculate the previous operation and number.