GameMemory

A simple game that displays sequences of numbers which you have to memorize and retype.

release date: 2025-01-19

view on GitHub

about

GameMemory, as the name suggests, is a game based on memorization — more precisely, it is about remembering sequences of random digits. The player's task is to memorize them and then retype them.

features

The script displays a sequence of digits — starting with one and increasing the amount each round. The user has a moment to memorize the sequence, and after the learning time runs out, they must retype the sequence of numbers without mistakes. If successful, the game continues. If not, the game ends.

The game starts with 1 digit to memorize and increases the number of digits with each new round. The learning time in the first round is 2 seconds and increases by 0.5 seconds with every following round.

Think you have a good memory for numbers? Test your skills.

compatibility

The script uses only Bash and Unix built-ins. Therefore, it works on any Unix system with Bash.