https://github.com/tvb117/bomberman
· scanned 2026-06-16 00:43 UTC (2 months, 1 week ago)
8 raw signals (0 security + 8 graph)
Last scanned 2 months, 1 week ago · v1 · 8 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 82 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
x |
software | healthy | tests/mapgen.test.ts:x |
makeGame |
software | healthy | tests/helpers.ts:makeGame |
step |
software | healthy | tests/helpers.ts:step |
tile |
software | healthy | tests/helpers.ts:tile |
drop |
software | healthy | tests/helpers.ts:drop |
teleport |
software | healthy | tests/helpers.ts:teleport |
pickup |
software | healthy | tests/powerups.test.ts:pickup |
runWithBots |
software | healthy | tests/bot.test.ts:runWithBots |
fail |
software | healthy | scripts/browser-check.mjs:fail |
renderControlsTable |
software | healthy | src/main.ts:renderControlsTable |
pickArena |
software | healthy | src/main.ts:pickArena |
buildPlayers |
software | healthy | src/main.ts:buildPlayers |
startRound |
software | healthy | src/main.ts:startRound |
startMatch |
software | healthy | src/main.ts:startMatch |
onRoundOver |
software | healthy | src/main.ts:onRoundOver |
toMenu |
software | healthy | src/main.ts:toMenu |
gatherInputs |
software | healthy | src/main.ts:gatherInputs |
simStep |
software | healthy | src/main.ts:simStep |
frame |
software | healthy | src/main.ts:frame |
loadKeymaps |
software | healthy | src/input.ts:loadKeymaps |
saveKeymaps |
software | healthy | src/input.ts:saveKeymaps |
keyLabel |
software | healthy | src/input.ts:keyLabel |
dx |
software | healthy | src/input.ts:dx |
dy |
software | healthy | src/input.ts:dy |
prog |
software | healthy | src/core/game.ts:prog |
defaultSpawns |
software | healthy | src/core/mapgen.ts:defaultSpawns |
generateMap |
software | healthy | src/core/mapgen.ts:generateMap |
put |
software | healthy | src/core/mapgen.ts:put |
parseLayout |
software | healthy | src/core/mapgen.ts:parseLayout |
nx |
software | healthy | src/core/bot.ts:nx |
eta |
software | healthy | src/core/bot.ts:eta |
mulberry32 |
software | healthy | src/core/rng.ts:mulberry32 |
randInt |
software | healthy | src/core/rng.ts:randInt |
pick |
software | healthy | src/core/rng.ts:pick |
weighted |
software | healthy | src/core/rng.ts:weighted |
v |
software | healthy | src/render/renderer.ts:v |
ss |
software | healthy | src/render/renderer.ts:ss |
scroll |
software | healthy | src/render/renderer.ts:scroll |
x |
software | healthy | src/render/renderer.ts:x |
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
mapgen.test.ts |
software | healthy | tests/mapgen.test.ts |
multibomb.test.ts |
software | healthy | tests/multibomb.test.ts |
helpers.ts |
software | healthy | tests/helpers.ts |
powerups.test.ts |
software | healthy | tests/powerups.test.ts |
gimmicks.test.ts |
software | healthy | tests/gimmicks.test.ts |
kickpunch.test.ts |
software | healthy | tests/kickpunch.test.ts |
bot.test.ts |
software | healthy | tests/bot.test.ts |
bombs.test.ts |
software | healthy | tests/bombs.test.ts |
movement.test.ts |
software | healthy | tests/movement.test.ts |
browser-check.mjs |
software | healthy | scripts/browser-check.mjs |
ui-check.mjs |
software | healthy | scripts/ui-check.mjs |
deploy.yml |
software | healthy | .github/workflows/deploy.yml |
main.ts |
software | healthy | src/main.ts |
input.ts |
software | healthy | src/input.ts |
game.ts |
software | healthy | src/core/game.ts |
constants.ts |
software | healthy | src/core/constants.ts |
mapgen.ts |
software | healthy | src/core/mapgen.ts |
bot.ts |
software | healthy | src/core/bot.ts |
rng.ts |
software | healthy | src/core/rng.ts |
types.ts |
software | healthy | src/core/types.ts |
renderer.ts |
software | healthy | src/render/renderer.ts |
sound.ts |
software | healthy | src/render/sound.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
core |
software | healthy | src/core |
render |
software | healthy | src/render |
| Label | Layer | Status | Path |
|---|---|---|---|
Keyboard |
software | healthy | src/input.ts:Keyboard |
Game |
software | healthy | src/core/game.ts:Game |
BotController |
software | healthy | src/core/bot.ts:BotController |
Renderer |
software | healthy | src/render/renderer.ts:Renderer |
Sound |
software | healthy | src/render/sound.ts:Sound |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-e__bhhkp |
software | healthy | /tmp/repobility-clone-e__bhhkp |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy |
cicd | healthy | .github/workflows/deploy.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
deploy |
cicd | healthy | .github/workflows/deploy.yml |
This page is publicly accessible at:
https://repobility.com/scan/1fc3e6ea-cea3-4103-ba4d-705616c13aae/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/1fc3e6ea-cea3-4103-ba4d-705616c13aae/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.