Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

google/everythingisconnected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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