Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelmauro/nback
https://github.com/manuelmauro/nback
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelmauro/nback
- Owner: manuelmauro
- License: cc0-1.0
- Created: 2024-03-27T11:31:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T10:33:36.000Z (8 months ago)
- Last Synced: 2024-10-30T06:24:52.178Z (about 2 months ago)
- Language: Rust
- Size: 891 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Dual-N-Back with Bevy
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.
## Overview
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.
## Technical Details
- 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.## Getting Started
Start by installing [Rust] and [Bevy]. Then simply run:
```bash
cargo run
```## Contribution
Contributions are open for bug fixes or feature additions. Please use GitHub's pull request and issues system for contributions.
## Screenshots
![menu](screenshots/menu.png)
![menu](screenshots/game.png)[Rust]: https://www.rust-lang.org/
[Bevy]: https://bevyengine.org/