Back to Projects
Category Web / Desktop Stack Next.js / TypeScript Status Production

Case Study
Chimp Javascript Game
Overview
The Chimp Game is a psychological test of short-term memory, inspired by the famous 'Ayumu' chimp experiments. Players must memorize a sequence of numbers and then recall them in order after they are hidden. This implementation features a high-performance backend written in Rust using Actix Web to handle global leaderboards and user statistics, while the frontend is kept lean with vanilla JavaScript to ensure zero-latency interactions.