From b40652a84fb9abd896ccde02961dced9199069be Mon Sep 17 00:00:00 2001 From: booboosui Date: Thu, 5 Oct 2023 19:30:54 +0800 Subject: [PATCH] first commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..73d80d4 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Flappy Bird + +## Description +Flappy Bird is a classic arcade game where players control a bird's flight by tapping the screen to avoid obstacles and fly as far as possible. + +## Usage Instructions +- Click the screen to control the bird's flight. +- Avoid obstacles in the form of pipes. +- The game ends if the bird touches an obstacle or falls to the ground. +- The player's score is based on the number of successful passes through the obstacles. +- Click the screen to restart the game.