Yes, you can play World Map Puzzle without dragging. The game accepts two equally valid input paths, and either one leads to the same 1,000-point completion. Native drag and drop is one option; a click-and-activate path is the other, and the click path is the option the game highlights for touch screens and assistive technology because it is more reliable there. To use the no-drag path, click a named country piece in the tray so it receives a visible outline, move focus to a numbered outline on the schematic world map, and press Enter or Space to place it. A correct match fills the outline and awards 125 points; an incorrect match leaves the piece in the tray and lets you try again. Because every round uses the same fixed eight-country fixture, the eight correct placements and the exact 1,000-point outcome are identical no matter which input method you choose. The map runs entirely in your browser, asks for no location permission, and never uploads your answers to a server.

What the Tray Holds and How Numbered Targets Work
The game ships with a fixed tray of eight country pieces. The names are visible on each piece and read Brazil, Argentina, South Africa, Egypt, India, China, Japan, and Australia. The schematic world map beside the tray has eight numbered outlines instead of names; that is intentional, because the tray supplies the country name while the map still tests location. When you click a piece, that piece gets a visible outline so you can tell which one is currently selected. Once a target receives a correct placement, its number changes to a check mark and its accessible label announces the placed country, so the visual and screen-reader feedback confirm the match. Each target is centered on the country's source label point and uses a 44-pixel interactive control, which is large enough for touch screens, mouse pointers, and keyboard focus rings alike.
Place All Eight Countries Step by Step Without Dragging
- Open World Map Puzzle in your browser and let the schematic map and the country tray load.
- Read the eight names in the tray: Brazil, Argentina, South Africa, Egypt, India, China, Japan, and Australia.
- Click the country piece you want to place first; the selected piece receives a visible outline.
- Press Tab to move focus from the tray onto the schematic map; the first numbered target receives a focus ring.
- Use Tab to step between numbered outlines until the target you want is highlighted.
- Press Enter or Space to activate the highlighted target.
- If the highlighted target matches the selected country, the outline fills, a check mark replaces the number, the score increases by 125 points.
- If the highlighted target does not match, the selected piece stays in the tray and the game notes one mistake; pick a different numbered target and try again.
- Repeat the cycle for the remaining seven countries.
- Place all eight correctly for exactly 1,000 points, or trigger a two-mistake deadlock and start over with Restart.
Score, Mistakes, and the Two-Mistake Deadlock
Every correct match is worth exactly 125 points. Eight correct placements, one per country, total exactly 1,000 points. There is no bonus for speed and no partial credit for an outline that is close to the right continent. A wrong target leaves the selected country in the tray, so you get a one-step retry with the same piece. A second incorrect target, however, ends the run. The board enters a visible deadlock state, the score is frozen, and the placed pieces stay where they are until you choose Restart. Completion, deadlock, score, and placed IDs are all frozen after that terminal state; later clicks or key presses are ignored until the run resets. The two-mistake rule keeps the route short and lets you finish a clean run in a few minutes with the keyboard path.
Restart, Boss Key, and Browser-Only Privacy
Restart clears the run, brings back all eight pieces to the tray, resets the score to zero, and clears the check marks on the map. The game also shares the site's double-Escape boss key, which hides the puzzle if you need to switch windows quickly. None of this requires a network call: there is no geocoding API, no analytics ping, no uploaded answer, no live boundary service, and no WebGL engine. The eight SVG path strings are embedded in the build and rendered through the existing React tool island. The page does not request location permission and never tries to infer where you live. Because every round uses the same sourced fixture, you can repeat the exact eight placements and verify the same 1,000-point outcome in any browser that supports modern SVG and keyboard focus, including private and offline sessions after the first load.
Where the Country Shapes Come From
The eight country silhouettes are not drawn from memory. Each path, alpha-3 identifier, English name, bounding box, and label coordinate is derived from Natural Earth's Admin 0 Countries dataset at 1:110 million scale, which Natural Earth describes as suitable for schematic world maps at postcard or locator-globe size. The source GeoJSON (the 1:110m Admin 0 Countries GeoJSON on GitHub) was projected into a simple 360 by 180 equirectangular view box where x equals longitude plus 180 and y equals 90 minus latitude. Coordinates were rounded and paths were simplified offline so the client bundle stays small. That generalization matters for the no-drag path: at 1:110m, coastlines and borders are intentionally simplified, and an equirectangular projection stretches distance and area away from the equator. The map is therefore a compact recognition game, not a navigation or surveying tool, and Natural Earth boundaries are a cartographic dataset rather than a statement about sovereignty, recognition, or disputed territory.
Why the No-Drag Path Often Works Better
Because each target is centered on its label point and uses a 44-pixel interactive control, the keyboard path is more reliable than fine mouse movement for small or island shapes such as Japan. It is also the path the game highlights for touch and assistive technology, because the two-step flow removes the precision drag that small screens and trackpads can misread and never requires the piece to travel across the screen. The targets are numbered rather than named before placement, so the tray still tests whether you can match a country name to a world position. If you make a mistake, the selected country stays put, which makes the retry honest and visible. Combined with the double-Escape boss key and the lack of any server request, the no-drag route is a clean default for anyone who prefers clicks and keys, and it scores the same 1,000-point finish as the drag path.
Quick Reference: Two Input Paths Side by Side
| Step | Drag Path | Click + Keyboard Path |
|---|---|---|
| Pick a piece | Pointer-down on a named country in the tray | Click or Enter/Space on a named country in the tray |
| Aim at a target | Drag the piece toward a numbered outline | Tab to a numbered outline |
| Confirm placement | Release the pointer on the outline | Press Enter or Space on the highlighted target |
| On a wrong target | Piece stays in the tray; one retry per piece | Piece stays in the tray; one retry per piece |
| Run end | Eight correct placements for 1,000 points or two mistakes for a deadlock | Eight correct placements for 1,000 points or two mistakes for a deadlock |
Both paths finish the same fixed route, and either one lets you complete World Map Puzzle at 1,000 points without ever picking up a dragged piece.