From 2d4a0261d0dac7848342f149d6c0ce05e3674b0a Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Thu, 23 May 2024 17:16:19 +0700 Subject: [PATCH] Fix: Updated project documentation --- .github/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/README.md b/.github/README.md index e81a325..136272b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -51,6 +51,7 @@ pip install pygame - Navigate through the maze using the **arrow keys** or the **on-screen controls buttons**. - Click the **Regenerate Maze** button below the canvas to start a new game with a new maze layout. +- **Lifetime Score**: The game keeps track of the number of times you reach the exit. Try to complete the maze in the fewest moves possible, too! ## Contribution