| /libs/algorithms/src/coalesce.ts | 0 problems | |
|---|---|---|
| /libs/algorithms/src/index.ts | 0 problems | |
| /libs/algorithms/src/random.ts | 0 problems | |
| /libs/algorithms/src/shuffle.ts | 0 problems | |
| /libs/algorithms/src/sort.ts | 0 problems | |
| /libs/algorithms/tests/coalesce.spec.ts | 0 problems | |
| /libs/algorithms/tests/random.spec.ts | 0 problems | |
| /libs/algorithms/tests/shuffle.spec.ts | 0 problems | |
| /libs/algorithms/tests/sort.spec.ts | 0 problems | |
| /libs/algorithms/tests/weighted-random.spec.ts | 0 problems | |
| /libs/apis/src/index.ts | 0 problems | |
| /libs/apis/src/response.ts | 0 problems | |
| /libs/apis/tests/response.spec.ts | 0 problems | |
| /libs/arrays/src/average.ts | 0 problems | |
| /libs/arrays/src/count.ts | 0 problems | |
| /libs/arrays/src/getby.ts | 0 problems | |
| /libs/arrays/src/index.ts | 0 problems | |
| /libs/arrays/src/isempty.ts | 0 problems | |
| /libs/arrays/src/unique.ts | 0 problems | |
| /libs/arrays/tests/average.spec.ts | 0 problems | |
| /libs/arrays/tests/count.spec.ts | 0 problems | |
| /libs/arrays/tests/getby.spec.ts | 0 problems | |
| /libs/arrays/tests/isempty.spec.ts | 0 problems | |
| /libs/arrays/tests/unique.spec.ts | 0 problems | |
| /libs/converters/src/array-to-csv.ts | 0 problems | |
| /libs/converters/src/celsius-to-fahrenheit.ts | 0 problems | |
| /libs/converters/src/csv-to-json.ts | 0 problems | |
| /libs/converters/src/index.ts | 0 problems | |
| /libs/converters/src/json-to-csv.ts | 0 problems | |
| /libs/converters/src/mapfromobject.ts | 0 problems | |
| /libs/converters/tests/array-to-csv.spec.ts | 0 problems | |
| /libs/converters/tests/celsiustofahrenheit.spec.ts | 0 problems | |
| /libs/converters/tests/csv-to-json.spec.ts | 0 problems | |
| /libs/converters/tests/json-to-csv.spec.ts | 0 problems | |
| /libs/converters/tests/mapfromobject.spec.ts | 0 problems | |
| /libs/data/src/index.ts | 0 problems | |
| /libs/data/src/queue.ts | 0 problems | |
| /libs/data/src/stack.ts | 0 problems | |
| /libs/data/tests/queue.spec.ts | 0 problems | |
| /libs/data/tests/stack.spec.ts | 0 problems | |
| /libs/dates/src/current-time.ts | 0 problems | |
| /libs/dates/src/diff.ts | 0 problems | |
| /libs/dates/src/extract.ts | 0 problems | |
| /libs/dates/src/index.ts | 0 problems | |
| /libs/dates/tests/currenttime.spec.ts | 0 problems | |
| /libs/dates/tests/diff.spec.ts | 0 problems | |
| /libs/dates/tests/extract.spec.ts | 0 problems | |
| /libs/games/src/colors/colors.ts | 0 problems | |
| /libs/games/src/colors/hsbToRgb.ts | 0 problems | |
| /libs/games/src/colors/index.ts | 0 problems | |
| /libs/games/src/colors/random.ts | 0 problems | |
| /libs/games/src/colors/rgbToHex.ts | 0 problems | |
| /libs/games/src/commands/index.ts | 0 problems | |
| /libs/games/src/commands/keys.ts | 0 problems | |
| /libs/games/src/console/console.ts | 0 problems | |
| /libs/games/src/console/index.ts | 0 problems | |
| /libs/games/src/console/interface.ts | 0 problems | |
| /libs/games/src/console/renderer.ts | 0 problems | |
| /libs/games/src/dices/dice6.ts | 0 problems | |
| /libs/games/src/dices/diceBase.ts | 0 problems | |
| /libs/games/src/dices/diceInterface.ts | 0 problems | |
| /libs/games/src/dices/index.ts | 0 problems | |
| /libs/games/src/display/display.ts | 0 problems | |
| /libs/games/src/display/index.ts | 0 problems | |
| /libs/games/src/engine/components/appearance.ts | 0 problems | |
| /libs/games/src/engine/components/attack.ts | 0 problems | |
| /libs/games/src/engine/components/damageable.ts | 0 problems | |
| /libs/games/src/engine/components/enum.ts | 0 problems | |
| /libs/games/src/engine/components/index.ts | 0 problems | |
| /libs/games/src/engine/components/moveable.ts | 0 problems | |
| /libs/games/src/engine/components/position.ts | 0 problems | |
| /libs/games/src/engine/components/spread.ts | 0 problems | |
| /libs/games/src/engine/entities/actor.ts | 0 problems | |
| /libs/games/src/engine/entities/entity.ts | 0 problems | |
| /libs/games/src/engine/entities/factory.ts | 0 problems | |
| /libs/games/src/engine/entities/index.ts | 0 problems | |
| /libs/games/src/engine/entities/player.ts | 0 problems | |
| /libs/games/src/engine/index.ts | 0 problems | |
| /libs/games/src/engine/loop.ts | 0 problems | |
| /libs/games/src/engine/scheduler.ts | 0 problems | |
| /libs/games/src/engine/systems/damage.ts | 0 problems | |
| /libs/games/src/engine/systems/draw.ts | 0 problems | |
| /libs/games/src/engine/systems/index.ts | 0 problems | |
| /libs/games/src/engine/systems/movement.ts | 0 problems | |
| /libs/games/src/engine/systems/position.ts | 0 problems | |
| /libs/games/src/engine/systems/spread.ts | 0 problems | |
| /libs/games/src/engine/systems/system.ts | 0 problems | |
| /libs/games/src/engine/world.ts | 0 problems | |
| /libs/games/src/glyphs/character.ts | 0 problems | |
| /libs/games/src/glyphs/floor.ts | 0 problems | |
| /libs/games/src/glyphs/glyph.ts | 0 problems | |
| /libs/games/src/glyphs/index.ts | 0 problems | |
| /libs/games/src/glyphs/wall.ts | 0 problems | |
| /libs/games/src/index.ts | 0 problems | |
| /libs/games/src/maps/enums.ts | 0 problems | |
| /libs/games/src/maps/generator-cellular.ts | 0 problems | |
| /libs/games/src/maps/index.ts | 0 problems | |
| /libs/games/src/maps/interfaces.ts | 0 problems | |
| /libs/games/src/maps/map.ts | 0 problems | |
| /libs/games/src/opend6/difficulty.ts | 0 problems | |
| /libs/games/src/opend6/index.ts | 0 problems | |
| /libs/games/src/opend6/roll.ts | 0 problems | |
| /libs/games/src/screens/index.ts | 0 problems | |
| /libs/games/src/screens/interface.ts | 0 problems | |
| /libs/games/src/screens/observer.ts | 0 problems | |
| /libs/games/src/screens/screen.ts | 0 problems | |
| /libs/games/src/tiles/factory.ts | 0 problems | |
| /libs/games/src/tiles/floor.ts | 0 problems | |
| /libs/games/src/tiles/index.ts | 0 problems | |
| /libs/games/src/tiles/null.ts | 0 problems | |
| /libs/games/src/tiles/tile.ts | 0 problems | |
| /libs/games/src/tiles/wall.ts | 0 problems | |
| /libs/games/tests/colors/color.spec.ts | 0 problems | |
| /libs/games/tests/colors/hsbToRgb.spec.ts | 0 problems | |
| /libs/games/tests/colors/random.spec.ts | 0 problems | |
| /libs/games/tests/colors/rgbToHex.spec.ts | 0 problems | |
| /libs/games/tests/commands/keys.spec.ts | 0 problems | |
| /libs/games/tests/console/console.spec.ts | 0 problems | |
| /libs/games/tests/console/renderer.spec.ts | 0 problems | |
| /libs/games/tests/dices/dice.spec.ts | 0 problems | |
| /libs/games/tests/dices/dice6.spec.ts | 0 problems | |
| /libs/games/tests/display/display.spec.ts | 0 problems | |
| /libs/games/tests/engine/components/appearance.spec.ts | 0 problems | |
| /libs/games/tests/engine/components/attack.spec.ts | 0 problems | |
| /libs/games/tests/engine/components/damageable.spec.ts | 0 problems | |
| /libs/games/tests/engine/components/position.spec.ts | 0 problems | |
| /libs/games/tests/engine/components/spread.spec.ts | 0 problems | |
| /libs/games/tests/engine/entities/actor.spec.ts | 0 problems | |
| /libs/games/tests/engine/entities/entity.spec.ts | 0 problems | |
| /libs/games/tests/engine/entities/player.spec.ts | 0 problems | |
| /libs/games/tests/engine/loop.spec.ts | 0 problems | |
| /libs/games/tests/engine/scheduler.spec.ts | 0 problems | |
| /libs/games/tests/engine/systems/damage.spec.ts | 0 problems | |
| /libs/games/tests/engine/systems/draw.spec.ts | 0 problems | |
| /libs/games/tests/engine/systems/movement.spec.ts | 0 problems | |
| /libs/games/tests/engine/systems/position.spec.ts | 0 problems | |
| /libs/games/tests/engine/systems/spread.spec.ts | 0 problems | |
| /libs/games/tests/engine/world.spec.ts | 0 problems | |
| /libs/games/tests/glyphs/character.spec.ts | 0 problems | |
| /libs/games/tests/glyphs/floor.spec.ts | 0 problems | |
| /libs/games/tests/glyphs/glyph.spec.ts | 0 problems | |
| /libs/games/tests/glyphs/wall.spec.ts | 0 problems | |
| /libs/games/tests/maps/directions.spec.ts | 0 problems | |
| /libs/games/tests/maps/generator-cellular.spec.ts | 0 problems | |
| /libs/games/tests/maps/map.spec.ts | 0 problems | |
| /libs/games/tests/opend6/difficulty.spec.ts | 0 problems | |
| /libs/games/tests/opend6/roll.spec.ts | 0 problems | |
| /libs/games/tests/screens/observer.spec.ts | 0 problems | |
| /libs/games/tests/screens/screen.spec.ts | 0 problems | |
| /libs/games/tests/tiles/factory.spec.ts | 0 problems | |
| /libs/games/tests/tiles/floor.spec.ts | 0 problems | |
| /libs/games/tests/tiles/null.spec.ts | 0 problems | |
| /libs/games/tests/tiles/tile.spec.ts | 0 problems | |
| /libs/games/tests/tiles/wall.spec.ts | 0 problems | |
| /libs/generators/src/boolean.ts | 0 problems | |
| /libs/generators/src/index.ts | 0 problems | |
| /libs/generators/src/uuid.ts | 0 problems | |
| /libs/generators/tests/boolean.spec.ts | 0 problems | |
| /libs/generators/tests/uuid.spec.ts | 0 problems | |
| /libs/models/src/index.ts | 0 problems | |
| /libs/models/src/interfaces/index.ts | 0 problems | |
| /libs/models/src/interfaces/person.ts | 0 problems | |
| /libs/models/src/models/index.ts | 0 problems | |
| /libs/models/src/models/person.ts | 0 problems | |
| /libs/models/tests/models/person.spec.ts | 0 problems | |
| /libs/patterns/src/command/command.ts | 0 problems | |
| /libs/patterns/src/command/index.ts | 0 problems | |
| /libs/patterns/src/command/manager.ts | 0 problems | |
| /libs/patterns/src/ecs/component.ts | 0 problems | |
| /libs/patterns/src/ecs/entity.ts | 0 problems | |
| /libs/patterns/src/ecs/index.ts | 0 problems | |
| /libs/patterns/src/ecs/system.ts | 0 problems | |
| /libs/patterns/src/ecs/world.ts | 0 problems | |
| /libs/patterns/src/factory.ts | 0 problems | |
| /libs/patterns/src/index.ts | 0 problems | |
| /libs/patterns/src/iterable.ts | 0 problems | |
| /libs/patterns/src/iterator.ts | 0 problems | |
| /libs/patterns/src/money/account.ts | 0 problems | |
| /libs/patterns/src/money/currency.ts | 0 problems | |
| /libs/patterns/src/money/index.ts | 0 problems | |
| /libs/patterns/src/money/money.ts | 0 problems | |
| /libs/patterns/src/observer.ts | 0 problems | |
| /libs/patterns/src/singleton.ts | 0 problems | |
| /libs/patterns/tests/command.spec.ts | 0 problems | |
| /libs/patterns/tests/ecs/component.spec.ts | 0 problems | |
| /libs/patterns/tests/ecs/entity.spec.ts | 0 problems | |
| /libs/patterns/tests/ecs/world.spec.ts | 0 problems | |
| /libs/patterns/tests/factory.spec.ts | 0 problems | |
| /libs/patterns/tests/iterable.spec.ts | 0 problems | |
| /libs/patterns/tests/iterator.spec.ts | 0 problems | |
| /libs/patterns/tests/money/account.spec.ts | 0 problems | |
| /libs/patterns/tests/money/currency.spec.ts | 0 problems | |
| /libs/patterns/tests/money/money.spec.ts | 0 problems | |
| /libs/patterns/tests/observer.spec.ts | 0 problems | |
| /libs/patterns/tests/singleton.spec.ts | 0 problems | |
| /libs/strings/src/capitalize.ts | 0 problems | |
| /libs/strings/src/index.ts | 0 problems | |
| /libs/strings/src/leftpad.ts | 0 problems | |
| /libs/strings/tests/capitalize-every-word.spec.ts | 0 problems | |
| /libs/strings/tests/capitalize.spec.ts | 0 problems | |
| /libs/strings/tests/leftpad.spec.ts | 0 problems | |
| /packages/games/mc-api/src/@apis/index.ts | 0 problems | |
| /packages/games/mc-api/src/@apis/response.ts | 0 problems | |
| /packages/games/mc-api/src/@apis/src/index.ts | 0 problems | |
| /packages/games/mc-api/src/@apis/src/response.ts | 0 problems | |
| /packages/games/mc-api/src/app.controller.ts | 0 problems | |
| /packages/games/mc-api/src/app.module.ts | 0 problems | |
| /packages/games/mc-api/src/app.service.ts | 0 problems | |
| /packages/games/mc-api/src/database.config.ts | 0 problems | |
| /packages/games/mc-api/src/main.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626077951561-Pack.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626078554370-PackSeed.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626135664098-ModularSets.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626135664099-ModularSetsSeed.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626135664298-Scenarios.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626135664299-ScenariosSeed.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626137272998-Heroes.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626137272999-HeroesSeed.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626137650218-Encounters.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626159901431-HeroesPackCode.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626160558347-ScenariosPackCode.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626160763591-ModularSetsPackCode.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626161198463-ScenariosModularSetsChangeId.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626335070841-Nebula.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626335070842-Teams.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626335616377-TeamsSeed.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626396999193-NewHeroes.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626651474141-AddPacksInformation.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626652588443-CleanupPacksNames.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1626653925349-AddEncountersHeroes.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1627630878749-AddModularSetRating.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1627631343751-AddScenarioRating.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1627782360575-ScenariosFixDefaultModularSet.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1627803606809-ScenariosFixDefaultModularSetGreenGoblin.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1628035363135-PacksAddMissingReleaseDates.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1628038614529-SheHulkAspectAggression.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1628470189143-UpdateUpcomingReleaseDates.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1629158792270-UpdateReleaseDatesSummer2021.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1629423362991-AddThanosScenarios.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1630290686125-UpdateMTSReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1632372547645-AddNewPacks20210923.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1633351069002-AddCustomHeroes.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1633676029867-RemoveRatings.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1634441186553-FixCustomHeroesPackType.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1635511118505-AddEncountersHeroesApects.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1635512500128-AddDefaultEncountersAspects.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1636155892050-AddDecks.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1636156715821-DecksSeeds.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1636796359078-AddNewCustomPacks.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1637496279172-UpdateValkyrieReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1639038098275-AddSinisterMotivesElements.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1641521912596-AddEncounterDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1642982373417-UpdateSinisterMotivesReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1642982754432-Add2022LeakedPacks.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1643596197951-AddNewCustomPacks202201.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1645077348536-UpdateSinisterMotivesReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1645078013494-UpdateNovaPackReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/migrations/1645749711563-UpdateIronHeartReleaseDate.ts | 0 problems | |
| /packages/games/mc-api/src/models/deck.ts | 0 problems | |
| /packages/games/mc-api/src/models/encounter.ts | 0 problems | |
| /packages/games/mc-api/src/models/enums.ts | 0 problems | |
| /packages/games/mc-api/src/models/hero.ts | 0 problems | |
| /packages/games/mc-api/src/models/index.ts | 0 problems | |
| /packages/games/mc-api/src/models/modular-set.ts | 0 problems | |
| /packages/games/mc-api/src/models/pack.ts | 0 problems | |
| /packages/games/mc-api/src/models/scenario.ts | 0 problems | |
| /packages/games/mc-api/src/modules/decks/deck.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/decks/decks.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/decks/decks.service.ts | 0 problems | |
| /packages/games/mc-api/src/modules/encounters/encounter.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/encounters/encounters.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/encounters/encounters.service.ts | 0 problems | |
| /packages/games/mc-api/src/modules/heroes/hero.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/heroes/heroes.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/heroes/heroes.service.ts | 0 problems | |
| /packages/games/mc-api/src/modules/modular-sets/modular-set.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/modular-sets/modular-sets.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/modular-sets/modular-sets.service.ts | 0 problems | |
| /packages/games/mc-api/src/modules/packs/pack.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/packs/packs.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/packs/packs.service.ts | 0 problems | |
| /packages/games/mc-api/src/modules/scenarios/scenario.entity.ts | 0 problems | |
| /packages/games/mc-api/src/modules/scenarios/scenarios.module.ts | 0 problems | |
| /packages/games/mc-api/src/modules/scenarios/scenarios.service.ts | 0 problems | |
| /packages/games/mc/src/@apis/index.ts | 0 problems | |
| /packages/games/mc/src/@apis/response.ts | 0 problems | |
| /packages/games/mc/src/@apis/src/index.ts | 0 problems | |
| /packages/games/mc/src/@apis/src/response.ts | 0 problems | |
| /packages/games/mc/src/helper.ts | 0 problems | |
| /packages/games/mc/src/index.ts | 0 problems | |
| /packages/games/mc/src/sections/data.ts | 0 problems | |
| /packages/games/mc/src/sections/encounters.ts | 0 problems | |
| /packages/games/mc/src/sections/index.ts | 0 problems | |
| /packages/games/mc/src/sections/progression-encounters.ts | 0 problems | |
| /packages/games/mc/src/sections/progression.ts | 0 problems | |
| /packages/games/mc/src/sections/stats.ts | 0 problems | |
| /packages/games/mc/src/sections/upcoming.ts | 0 problems | |
| /packages/games/mc/src/services/decks.ts | 0 problems | |
| /packages/games/mc/src/services/encounters.ts | 0 problems | |
| /packages/games/mc/src/services/heroes.ts | 0 problems | |
| /packages/games/mc/src/services/index.ts | 0 problems | |
| /packages/games/mc/src/services/load.ts | 0 problems | |
| /packages/games/mc/src/services/modular-sets.ts | 0 problems | |
| /packages/games/mc/src/services/packs.ts | 0 problems | |
| /packages/games/mc/src/services/scenarios.ts | 0 problems | |
| /packages/games/mc/src/services/service.ts | 0 problems | |
| /packages/games/mc/tests/helper.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/data.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/encounters.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/progression-encounters.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/progression.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/stats.spec.ts | 0 problems | |
| /packages/games/mc/tests/sections/upcoming.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/decks.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/encounters.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/heroes.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/load.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/modular-sets.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/packs.spec.ts | 0 problems | |
| /packages/games/mc/tests/services/scenarios.spec.ts | 0 problems | |
| /packages/games/roguelike/src/game/commands/index.ts | 0 problems | |
| /packages/games/roguelike/src/game/commands/move.ts | 0 problems | |
| /packages/games/roguelike/src/game/commands/roll.ts | 0 problems | |
| /packages/games/roguelike/src/game/engine/entitites/factory.ts | 0 problems | |
| /packages/games/roguelike/src/game/engine/entitites/fungus.ts | 0 problems | |
| /packages/games/roguelike/src/game/engine/entitites/index.ts | 0 problems | |
| /packages/games/roguelike/src/game/engine/index.ts | 0 problems | |
| /packages/games/roguelike/src/game/game.ts | 0 problems | |
| /packages/games/roguelike/src/game/index.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/factory.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/index.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/lose.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/play.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/start.ts | 0 problems | |
| /packages/games/roguelike/src/game/screens/win.ts | 0 problems | |
| /packages/games/roguelike/src/index.ts | 0 problems | |
| /packages/games/roguelike/tests/commands/move.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/commands/roll.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/engine/entities/factory.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/engine/entities/fungus.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/game.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/main.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/screens/factory.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/screens/lose.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/screens/play.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/screens/start.spec.ts | 0 problems | |
| /packages/games/roguelike/tests/screens/win.spec.ts | 0 problems | |
| /packages/ui/collapse/src/global.d.ts | 0 problems | |
| /packages/ui/collapse/src/main.ts | 0 problems | |
| /packages/ui/collapse/tests/collapse.spec.ts | 0 problems | |
| /packages/ui/leaderboard/src/global.d.ts | 0 problems | |
| /packages/ui/leaderboard/src/main.ts | 0 problems | |
| /packages/ui/leaderboard/tests/leaderboard.spec.ts | 0 problems | |
| /packages/ui/placeholder-loader/src/global.d.ts | 0 problems | |
| /packages/ui/placeholder-loader/src/main.ts | 0 problems | |
| /packages/ui/placeholder-loader/tests/placeholder-loader.spec.ts | 0 problems | |
| /packages/ui/progress/src/global.d.ts | 0 problems | |
| /packages/ui/progress/src/main.ts | 0 problems | |
| /packages/ui/progress/tests/progress.spec.ts | 0 problems | |
| /packages/ui/storybook/stories/Borders.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Collapse.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Data.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Leaderboard.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/PixelArt.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/PlaceholderLoader.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Progress.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Shapes.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Table.stories.ts | 0 problems | |
| /packages/ui/storybook/stories/Tabs.stories.ts | 0 problems | |
| /packages/ui/table/src/global.d.ts | 0 problems | |
| /packages/ui/table/src/main.ts | 0 problems | |
| /packages/ui/table/tests/table.spec.ts | 0 problems | |
| /packages/ui/tabs/src/global.d.ts | 0 problems | |
| /packages/ui/tabs/src/main.ts | 0 problems | |
| /packages/ui/tabs/tests/tabs.spec.ts | 0 problems |