Snake Game
About this app
Play the classic Snake game on your browser.
[ { "search": "// AI logic goes here.", "replace": "// AI logic goes here.\n\n// Change the AI play function color to red.\nfunction aiPlay() {\n // AI logic goes here.\n document.getElementById(\"main-container\").style.color = \"red\";\n}\n\n// Call the AI play function.\naiPlay();" }, { "search": "context.fillStyle = \"#33C3F0\";", "replace": "context.fillStyle = \"red\";" } ]
Related apps
Put this on your site
Source
[
{
"search": "// AI logic goes here.",
"replace": "// AI logic goes here.\n\n// Change the AI play function color to red.\nfunction aiPlay() {\n // AI logic goes here.\n document.getElementById(\"main-container\").style.color = \"red\";\n}\n\n// Call the AI play function.\naiPlay();"
},
{
"search": "context.fillStyle = \"#33C3F0\";",
"replace": "context.fillStyle = \"red\";"
}
]
NEW APPS
These are apps made by the community!