# everythingisconnected **Repository Path**: mirrors_google/everythingisconnected ## Basic Information - **Project Name**: everythingisconnected - **Description**: A Wikidata puzzle game - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Everything is connected A knowledge puzzle game. For more user-facing information, see about.html. This is not an official Google product. The code is rather straightforward. Most of the trouble is about getting it to run decently on mobile. Last time I checked, there was still a problem on iOS (the tiles seem off). There is no backend (besides Wikidata itself). The game runs entirely in the browser. Terminology from the code: * a tile is a single piece of the puzzle, whether it is in the deck or on the board. * the board is the place where all the tiles will eventually end up. * the deck is the set of tiles that the player has available. The starting tiles are literally part of the board, that is why they cannot be moved. The code for the tiles in the deck and on the board overlap. If you create new puzzles, please put them on my Wikidata user page: https://www.wikidata.org/wiki/User:Denny/Everything_is_conntected so that others can find them. If you want to take over the maintenance of the code, I'd be very happy. Please contact me at vrandecic@google.com Third party content is provided in the third_party directory and described in third_party/README