Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feichao93/battle-city
/ logAI
Function
logAI
app/ai/logger.ts:1–2 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
1
export
const
logAI = (...args: any[]) =>
2
console.log(
'%c AILOG '
,
'background: #666;color:white;font-weight: bold'
, ...args)
3
4
export
const
logAhead = (...args: any[]) => 0
Callers
10
wanderMode
Function · 0.90
attackEagleMode
Function · 0.90
attackEagle
Function · 0.90
dangerDetectionLoop
Function · 0.90
blocked
Function · 0.90
followPath
Function · 0.90
turn
Method · 0.90
fire
Method · 0.90
forward
Method · 0.90
Bot
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected