Navigation Maze
Navigate the maze with limited sight. Collect all 3 keys and reach the goal before you run out of moves. You only see a small area around you and where you've been.
Maze
Keys: 0/3 · Moves left: 38 · P = you, K = key, G = goal, ? = unexplored
###????????
#P.????????
#.#????????
???????????
???????????
??????????
???????????
???????????
???????????
??????????
???????????
State (no full map — fog of war)
{
"visibleMap": [
"###????????",
"#P.????????",
"#.#????????",
"???????????",
"???????????",
"??????????",
"???????????",
"???????????",
"???????????",
"??????????",
"???????????"
],
"keysCollected": 0,
"keysNeeded": 3,
"movesLeft": 38,
"status": "playing"
}