Formats Code

This commit is contained in:
2025-07-05 22:35:29 -03:00
parent 06d4eff5c9
commit 011dda197d
3 changed files with 4 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
import { CreepRequisition } from "./creeps";
/**
* Configuration for the game, defining limits and minimum requirements for creeps.
* Used to manage the overall game state and ensure proper role distribution.
@@ -17,7 +15,6 @@ export type GameConfig = {
minCreepsPerRole: CreepRequisition;
};
/**
* Default game configuration with maximum creeps and minimum creeps per role.
* This configuration is used to initialize the game state and ensure that the game runs smoothly.