This repository contains an implementation of the Dual-N-Back game using the Bevy game engine. Dual-N-Back is a cognitive task designed to improve working memory and fluid intelligence. It challenges players to remember sequences of visual and auditory stimuli over various intervals.
The game requires players to identify when the current stimulus matches the one presented N steps back in the sequence. This implementation provides both visual and auditory stimuli, adjustable difficulty levels, and tracks user performance over time.
- Engine: Built with Bevy, a data-driven game engine written in Rust.
- Functionality: Includes customizable N-back levels, with automatic difficulty adjustments based on user performance. Performance statistics are recorded for review.
- Compatibility: Supports multiple platforms, leveraging Bevy's cross-platform capabilities.
Start by installing Rust and Bevy. Then simply run:
cargo run
Contributions are open for bug fixes or feature additions. Please use GitHub's pull request and issues system for contributions.