Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Apr 16, 2024
1 parent 360d2ab commit 380f8c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ This repository contains an implementation of the Dual-N-Back game using the Bev

## Overview

![menu](screenshots/menu.png)
![menu](screenshots/game.png)

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
Expand All @@ -27,5 +24,10 @@ cargo run

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/

0 comments on commit 380f8c2

Please sign in to comment.