* Another broken project -_- the main part of the search engine, the definition for a custom block, has mysteriously vanished in the transition to Scratch 3! * A simulation of a search engine! Use it as you would normally use Google, and a list of relevant results (some real and some made up) will be shown. Contains over 50 different results, and search results are presented in order of relevance. Results with no relevance are not shown. Example searches: "twitter", "cool math games", "are cats cute?", "buy a car" etc.
Custom text answer box by @Rosyda Obviously you cannot actually visit the websites! The main purpose of this is only to show how someone might implement a simple search engine in Scratch. I actually made this as a single part of a larger project I am working on right now, and thought it would be worth sharing on its own. See inside for a brief explanation of how it works, and how you could use it yourself. Even though the search algorithm is O(n^2) (number of words in input x number of words in all possible search results), it still operates in almost an instant! This gives me confidence that it won't interfere with the bigger project I'm working on... :) Keywords: google simulation simulations search engine simple website browser string manipulation