MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames /

Class

javascript_games/ducklings.js:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86class Duckling {
87 constructor() {
88 // Create a new duckling with random body features.
89 this.direction = [LEFT, RIGHT][Math.floor(Math.random() * 2)];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected