Dormant
SoftwareHero/ # Main game/platform code
SoftwareHero.Core/ # Game logic, entities, systems (platform-independent)
SoftwareHero.Benchmark/ # Performance benchmarks
Note: Project uses flat structure rather than src/tests/ directories.
- .NET 10 SDK
- MonoGame 3.8+
dotnet builddotnet run --project SoftwareHerodotnet testSee CLAUDE.md for development guidelines.