From fb0939e238bee28c5d419cbbe2e6ea716e264208 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Wed, 16 Oct 2024 00:34:22 -0400 Subject: [PATCH] Update: Update Project Documentation Signed-off-by: Son Nguyen --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 6613dac..96b61ef 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # The Maze Game -🚀 A simple yet engaging maze game built by [Son Nguyen](https://github.com/hoangsonww) in 2024 with DFS and Prim algorithms. Navigate through a dynamically generated maze to find the exit. Each time you play, a new maze is created, ensuring a unique experience. The game is designed to be lightweight and easy to play, making it suitable for all age groups. +🚀 A simple yet engaging maze game built by [Son Nguyen](https://github.com/hoangsonww) in 2024 with **DFS and Prim algorithms**. Navigate through a dynamically generated maze to find the exit. Each time you play, a new maze is created, ensuring a unique experience. The game is designed to be lightweight and easy to play, making it suitable for all age groups. However, creating it is a pain in the brain, so I hope you'll enjoy it! Star the repository if you like it and feel free to contribute to the project 🌟.