Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahoylemon/idiots.win

Google Autocomplete Guessing Game
https://github.com/ahoylemon/idiots.win

google-autocomplete guessing-game jade lemon pug sass

Last synced: 29 days ago
JSON representation

Google Autocomplete Guessing Game

Awesome Lists containing this project

README

        

![Idiots win.](https://idiots.win/img/twitter-card.png)
#### (The Google Autocomplete Guessing Game)

## What is this?
idiots win turns Google's autocomplete algorithm into a guessing game. Each new round, the game takes all the possible autocompletes for a single query, randomizes them, and invites you to guess which one was meant to come first in the results.

## Tell me more about this autocomplete query.
It is decidedly *not* officially supported by Google. The site does a json request out to suggestqueries.google.com and comes back with the results. It works for now, I have no idea if it will continue to work in the future.

Also, Google's autocomplete is constantly changing and based on regional information. The top result is realistically only the top result for you at that moment.

## Who made this
[Lemon](https://thefpl.us/meet/lemon) made this. [Montrith](https://thefpl.us/meet/montrith) provided the majority of the queries.

## Isn't this kind of like Google Feud?
[Google Feud](http://www.googlefeud.com/) is a site built by [Justin Hook](https://twitter.com/justinhook) that turns Google's autocomplete into a game of Family Feud. It's terrific, you should play it if you haven't. This is a different thing with a similar premise.

## Can I suggest queries?
Sure. Either get a hold of Lemon to get access to the master spreadsheet, or submit a pull request.

## Whose voice is that?
The "by Lemon" jingle was performed and produced by [Jack Chick](https://thefpl.us/meet/jack-chick)

## Do you take pull requests?
[Absolutely](https://github.com/AhoyLemon/idiots.win/fork).

## What's this written in?
* [Pug](https://pugjs.org)
* [Sass](http://sass-lang.com/)
* [jQuery](http://jquery.com/)
* The typing effect was modified from [this pen](https://codepen.io/stathisg/pen/Bkvhg/) by [Stathis](https://codepen.io/stathisg/)