1. Workspace structure:

src/MakaMek.Core/ : Core game engine and logic

Views0
PublishedFeb 25, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown
  1. Workspace structure: src/MakaMek.Core/ : Core game engine and logic src/MakaMek.Avalonia/ : UI implementation with AvaloniaUI v11 tests/ : Unit tests docs/ : Documentation

  2. Unit tests are run with xUnit, NSubstitute for mocking, Shouldly for assertions

  3. If you have any doubts - always ask, do not make assumptions

Share: