This is a replica of the famous game Azul - currently in the two player version. Like some others, I started this small project to update my MAUI/C# skills. Basically, the project is divided into three subprojects:
- AzulCSharp: The actual Game GUI.
- AzulGameModels: The background game mechanic.
- AzulGameModelsUnitTests: Unit tests of the AzulGameModels.
- Visual Studio with the .net10 framework and MAUI. They can be installed with the Visual Studio Installer.
- docfx (optional): Used to build the documentation page.
- Clone this project.
- Build the AzulCSharp project and start the application.
- Start a new game by clickling the button.
- The active player will be highlight in pink.
Execute the following commands to generate the AzulGameModels documentation with docfx:
docfx init
docfx metadata
docfx build --serve
