Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/plinkoo
/ Obstacle
Interface
Obstacle
frontend/src/game/objects.ts:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{ pad } from
"./padding"
;
3
4
export
interface
Obstacle {
5
x: number;
6
y: number;
7
radius: number;
8
}
9
10
export
interface
Sink {
11
x: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected