MCPcopy Create free account

hub / github.com/code100x/plinkoo / functions

Functions31 in github.com/code100x/plinkoo

↓ 12 callersFunctionpad
(n: number)
frontend/src/game/padding.ts:3
↓ 8 callersFunctionunpad
(n: number)
frontend/src/game/padding.ts:7
↓ 6 callersMethodaddBall
(startX?: number)
frontend/src/game/classes/BallManager.ts:25
↓ 4 callersMethodstop
()
frontend/src/game/classes/BallManager.ts:89
↓ 2 callersMethodgetColor
(index: number)
frontend/src/game/classes/BallManager.ts:43
↓ 2 callersMethodupdate
()
frontend/src/game/classes/BallManager.ts:84
↓ 1 callersFunctioncreateObstacles
()
frontend/src/game/objects.ts:38
↓ 1 callersFunctioncreateSinks
()
frontend/src/game/objects.ts:53
↓ 1 callersMethoddraw
()
frontend/src/game/classes/BallManager.ts:74
↓ 1 callersMethoddrawObstacles
()
frontend/src/game/classes/BallManager.ts:33
↓ 1 callersMethoddrawSinks
()
frontend/src/game/classes/BallManager.ts:61
↓ 1 callersFunctionsimulate
(ballManager: BallManager)
frontend/src/components/Simulation.tsx:30
↓ 1 callersFunctionsimulate
(ballManager: BallManager)
frontend/src/components/Simulate.tsx:33
↓ 1 callersFunctionsimulate
(ballManager: BallManager)
frontend/src/pages/Simulation.tsx:29
↓ 1 callersFunctionsimulate
(ballManager: BallManager)
frontend/src/pages/Home.tsx:34
FunctionApp
()
frontend/src/App.tsx:8
FunctionButton
({ onClick, children, className, }: { onClick: () => void; children: React.ReactNode; className?:
frontend/src/components/ui/Button.tsx:1
FunctionFooter
()
frontend/src/components/Footer.tsx:4
FunctionFoundIssue
()
frontend/src/components/FoundIssue.tsx:1
FunctionGame
()
frontend/src/components/Game.tsx:6
FunctionGame
()
frontend/src/pages/Game.tsx:7
FunctionHome
()
frontend/src/pages/Home.tsx:9
FunctionNavbar
()
frontend/src/components/Navbar.tsx:6
FunctionQuotes
()
frontend/src/components/Quotes.tsx:4
FunctionSimulate
()
frontend/src/components/Simulate.tsx:8
FunctionSimulation
()
frontend/src/components/Simulation.tsx:7
FunctionSimulation
()
frontend/src/pages/Simulation.tsx:6
Methodconstructor
(canvasRef: HTMLCanvasElement, onFinish?: (index: number,startX?: number) => void)
frontend/src/game/classes/BallManager.ts:15
Methodconstructor
(x: number, y: number, radius: number, color: string, ctx: CanvasRenderingContext2D, obstacles: Obstacle[], si
frontend/src/game/classes/Ball.ts:17
Methoddraw
()
frontend/src/game/classes/Ball.ts:30
Methodupdate
()
frontend/src/game/classes/Ball.ts:38