A modern memory training game that helps you improve your ability to remember sequences of random numbers. Built with React and featuring a clean, responsive interface with customizable settings and dark mode support.
Try the live demo at: https://www.feh2.im/numem/
- Responsive design that works on both desktop and mobile
- Light & Dark mode support
- Customizable game settings:
- Number sequence length
- Display interval
- Font styles and sizes
- Difficulty progression
- Performance tracking with statistics
- Full keyboard support
- Progressive difficulty system
- Automatic progress saving
- Clone the repository:
git clone https://github.com/imfeh2/numem.git
cd numem- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- React 18 - Frontend framework
- Tailwind CSS - Styling
- Lucide Icons - UI icons
- LocalStorage - Game state persistence
- Vite - Build tool and development server
- Click "Start Game" or press Enter / Space to begin
- A sequence of numbers will be displayed one at a time
- Remember the sequence
- Input the numbers in the correct order
- If correct, the sequence length increases
- If incorrect, the sequence length decreases
You can customize various aspects of the game:
- Initial Length: Starting sequence length
- Display Interval: Time each number is shown
- Increase By: Length increase on correct answer
- Decrease By: Length decrease on wrong answer
- Font Size: Size of displayed numbers
- Font Style: Choose from various number display styles
- Radix UI for accessible UI components
- Tailwind CSS for the utility-first CSS framework
- Lucide for the beautiful icons



