Chimp Memory Game is a web-based interactive number sequence game that tests users' memory and reaction speed. Inspired by the Japanese chimpanzee memory experiment, this game challenges players to recall and click numbers in the correct order before they disappear.
- Randomized Number Sequences: Each game session generates a unique set of numbers.
- Interactive Gameplay: Click the numbers in the correct order to progress.
- Audio & Visual Feedback: Real-time responses to correct and incorrect actions using the Web Audio API.
- Optimized Performance: Efficient event-driven logic ensures smooth user interaction.
- Frontend: JavaScript (dynamic rendering & event handling)
- Backend: Rust (Actix Web) for serving static assets securely
- Styling: Tailwind CSS for a clean and responsive UI
- Audio Processing: Web Audio API for game sound effects
- Clone the repository:
git clone https://github.com/AlexKaridas/chimp-memory-game.git cd chimp-memory-game
- Run the backend server:
cargo run
- Open the game in a browser:
http://127.0.0.1:8080
- Click the "Start" button to begin.
- Memorize the number positions before they disappear.
- Click the numbers in ascending order.
- Make fewer than two mistakes to win!
This project is open-source under the MIT License.