A simple cross-platform Math Game built using .NET MAUI and C#. This game helps users practice basic arithmetic operations like addition, subtraction, multiplication, and division in a fun and interactive way.
The MAUI Math Game is an educational game designed to improve mental math skills.
The application generates random math questions and allows the user to input answers and track scores.
This project was built using .NET MAUI, which allows the app to run on multiple platforms like Windows, Android, iOS, and macOS using a single codebase.
- Randomly generated math questions
- Addition, Subtraction, Multiplication, Division
- Score tracking
- Simple and clean UI
- Cross-platform support
- Built using C# and XAML
- C#
- .NET MAUI
- XAML
- Visual Studio 2022
Make sure you have the following installed:
- Visual Studio 2022
- .NET MAUI Workload
- .NET SDK
-
Clone the repository:
git clone https://github.com/codenano077/maui.MathGame.git
-
Open the solution file in Visual Studio:
MathGame.Maui.sln -
Select your target platform (Windows/Android).
-
Run the project.
- Start the game.
- Choose a math operation.
- Solve the math question.
- Enter your answer.
- Score will update for correct answers.
Add your game screenshots in this section.
Example:
- Add difficulty levels
- Add timer
- Add leaderboard
- Add sound effects
- Add database to save scores
Contributions are welcome!
If you'd like to improve this project, fork the repository and submit a pull request.
This project is licensed under the MIT License.
Darshan Shetty
GitHub: https://github.com/codenano077