Skip to content

ShPet1304/CSharp-MathGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages