MCPcopy
hub / github.com/statelyai/xstate / snakeMachine.ts

File snakeMachine.ts

examples/snake-react/src/snakeMachine.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { fromCallback, or, setup, assign } from 'xstate';
2
3export type Dir = 'Up' | 'Left' | 'Down' | 'Right';
4export type Point = { x: number; y: number };

Callers

nothing calls this directly

Calls 13

setupFunction · 0.90
isSamePosFunction · 0.85
headFunction · 0.85
findFunction · 0.85
bodyFunction · 0.85
isOutsideGridFunction · 0.85
assignFunction · 0.85
moveSnakeFunction · 0.85
newAppleFunction · 0.85
growSnakeFunction · 0.85
createInitialContextFunction · 0.85
fromCallbackFunction · 0.85

Tested by

no test coverage detected