Number Match is a simple and engaging number matching game designed for both mobile and PC platforms. Built using C# and .NET MAUI, this app leverages material design principles and dynamic material colors to provide a visually appealing and user-friendly experience.
- Dynamic Material Design: The app uses dynamic material colors to adapt to the wallpaper colors and provide a consistent look and feel.
- Cross-Platform: Available on both mobile and PC platforms, ensuring a seamless experience across devices.
- Engaging Gameplay: Match numbers to clear the grid and advance through stages.
- Haptic Feedback: Provides tactile feedback to enhance the user experience.
- Visual Studio or Jetbrains Rider with .NET MAUI workload installed
- Clone the repository:
git clone https://github.com/Jani-Aelterman/NumberMatch.git
- Open the solution in Visual Studio.
- Restore the NuGet packages:
dotnet restore
- Build and run the project on your preferred platform (Android, iOS, Windows, etc.).
- Start a Game: start by simply opening the app.
- Match Numbers: Click on two numbers that either match or add up to 10 to clear them from the grid.
- Advance Stages: Clear all numbers from the grid to advance to the next stage.
- Settings: Customize the app settings by clicking the Logo.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
Made by Jani Aelterman
