Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 879 Bytes

File metadata and controls

28 lines (15 loc) · 879 Bytes

Math Game (C# Console Application)

A robust, logic-based arithmetic training tool developed as part of the C# Academy curriculum. This project demonstrates foundational proficiency in C# programming, focusing on input validation, loop structures, and state management.

🚀 Features

Four Core Operations: Addition, Subtraction, Multiplication, and Division.

Smart Division: Logic ensures that division operations always result in whole numbers (integers) and prevents division-by-zero errors.

Game History: Tracks all previous games played in the current session, displaying scores and operation types.

🛠️ Tech Stack

Language: C#

Framework: .NET 8.0 (or whichever version you used)

Paradigm: Object-Oriented Programming (OOP)

🏁 How to Run

  1. Clone the repository

  2. Navigate to the project directory

  3. Build and Run: dotnet run