This project is a simple game inspired by Tetsuro Matsuzawa's experiment on chimpanzee's short-term memory, conducted at Kyoto University. The game is designed to provide an interactive experience that mirrors the cognitive challenges faced by chimpanzees in the experiment. In the experiment chimps memorized the sequence in less than a second and then replicated it successfully with up to 9 symbols, vastly outperforming humans.
The Chimpanzee Memory Game challenges players to remember and replicate sequences of tiles on the screen. The game presents a sequence of numbers, which the player must memorize. After a brief period, the numbers disappear, and the player is tasked with reproducing the sequence from memory. With each successful replication, the sequence becomes longer, increasing the difficulty and testing the player's memory capabilities.
- Interactive gameplay simulating the memory task faced by chimpanzees in the experiment.
- Increasing difficulty level as the player successfully replicates sequences.
- Start the game by running the executable file
Memory-game.exe
. Conversely you can run scriptsource/main.py
with Python. - Memorize the location sequence of numbered tiles.
- Click on any tile to make numbers disappear.
- After the numbers disappear, use your mouse to input the replicated sequence of tiles in order.
- If you fail, just try again!
This project is licensed under the MIT License. See the LICENSE file for details.