Calculator Tools Calculator Tools
Create

Tetris Game

Oct 20, 2023

About this app

Play the classic Tetris game online.

[ { "search": "let context = canvas.getContext(\"2d\");", "replace": "" }, { "search": "const SQ = squareSize = 20;", "replace": "const SQ = squareSize = 20;\n\n if (!canvas) {\n throw new Error('Canvas element not found');\n }\n\n let context = canvas.getContext(\"2d\");\n\n if (!context) {\n throw new Error('Canvas context not found');\n }" } ]

Related apps

Put this on your site

Source

                    [
{
"search": "let context = canvas.getContext(\"2d\");",
"replace": ""
},
{
"search": "const SQ = squareSize = 20;",
"replace": "const SQ = squareSize = 20;\n\n if (!canvas) {\n throw new Error('Canvas element not found');\n }\n\n let context = canvas.getContext(\"2d\");\n\n if (!context) {\n throw new Error('Canvas context not found');\n }"
}
]