A maze generation and runner game with a simple AI.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"manifest_version": 2,
"version": "0.1",
"name": "Maze Runner",
"description": "A maze generation and runner game with a simple AI.",
"icons": {
"16": "mazeicon.png",
"128": "mazeicon.png"
}
}