MCPcopy
hub / github.com/thomaspark/flexboxfroggy / game.js

File game.js

js/game.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var game = {
2 colorblind: (localStorage.colorblind && JSON.parse(localStorage.colorblind)) || 'false',
3 language: window.location.hash.substring(1) || 'en',
4 difficulty: 'easy',

Callers

nothing calls this directly

Calls 1

getDefaultPropValFunction · 0.85

Tested by

no test coverage detected