diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..432c6fc Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index b50ae28..61c340f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ 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 diff --git a/screenshots/game.png b/screenshots/game.png new file mode 100644 index 0000000..66be6e5 Binary files /dev/null and b/screenshots/game.png differ diff --git a/screenshots/menu.png b/screenshots/menu.png new file mode 100644 index 0000000..b3593d9 Binary files /dev/null and b/screenshots/menu.png differ