Hash
Hash is a game based on Hashing Algorithms.
On screen there are nine boxes that can be used as storage. Instructions will appear along the right hand of the screen. Instructions consist of an arrow and a data item (a square made up of four colours).
A blue arrow pointing towards the storage boxes is an insert instruction. To complete this instruction, click one of the storage boxes and the data item will be stored in that box.
A red arrow pointing away from the storage boxes is a remove instruction. The data item along with it refers to one of the data items you have previously stored in a storage box. To complete this instruction, click on the correct storage box and the data item will be removed. If the data item is not found in the storage box you clicked an error will be displayed, delaying you.
The time it takes to remove or insert an item from a storage box depends on how many data items are in that box. To succeed you must efficiently manage your storage.
If there is no more room in the instruction queue the game will end.