Skip to content

mati3230/AzulCSharp

Repository files navigation

Game View

About

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.

Requirements

  • 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.

Quickstart

  1. Clone this project.
  2. Build the AzulCSharp project and start the application.
  3. Start a new game by clickling the button.
  4. The active player will be highlight in pink.

Documentation

Execute the following commands to generate the AzulGameModels documentation with docfx:

docfx init
docfx metadata
docfx build --serve

About

Replica of the famous game Azul.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages