Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
class
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