MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King /

Class

Brain.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class AIAction {
2 constructor(isJump, holdTime, xDirection) {
3 this.isJump = isJump;
4 this.holdTime = holdTime;//number between 0 and 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected