diff --git a/README.md b/README.md index e31151e..2f2f099 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,32 @@ A Breakout Game built entirely in C++ for the terminal + + ## Features -🎮 Classic 2048 Breakout game with two types of level(easy, hard) -👾 Main menu with intuitive navigation -📊 save Game Event Log with CURD(create, Read, Update, Delete) operations -🗂️ save and replay the unfinished last game -📝 Enter player name for personalized experience -⚙️ cool setting for personalized the theme and change level +- 🎮 Classic 2048 Breakout game with two types of level(easy, hard) +- 👾 Main menu with intuitive navigation +- 📊 save Game Event Log with CURD(create, Read, Update, Delete) operations +- 🗂️ save and replay the unfinished last game +- 📝 Enter player name for personalized experience +- ⚙️ cool setting for personalized the theme and change level + + ## Screenshots ![start menu](images/image1.png) + +--- + ![get username menu](images/image2.png) + +--- + ![game environment](images/image3.png) + +--- + ![setting](images/image4.png)