Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
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
getDefaultPropVal
Function · 0.85
Tested by
no test coverage detected