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

Class

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

Source from the content-addressed store, hash-verified

23// let chanceOfFullJump = 0.2;
24
25class Brain {
26
27 constructor(size, randomiseInstructions = true) {
28 this.instructions = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected