From a92576d777106a5087c1c8ae9f0f5c31e9dfa665 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Thu, 20 Jun 2024 10:44:34 +0700 Subject: [PATCH] Update: Refactored game code --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1add1cc..47ee6fd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Created by [Son Nguyen](https://github.com/hoangsonww) in 2024, this project is a whole new version of the popular mobile game Flappy Bird, developed using Swift and SpriteKit for iOS. The game aims to replicate the original's gameplay, featuring a bird that the player navigates between a series of obstacles by tapping the screen to make the bird fly. The goal is to achieve the highest possible score by avoiding the pipes. +## Table of Contents +- [User Interface](#user-interface) +- [Features](#features) +- [Requirements](#requirements) +- [Installation](#installation) +- [How to Play](#how-to-play) +- [Contributing](#contributing) +- [License](#license) +- [Acknowledgements](#acknowledgements) + ## User Interface

@@ -26,7 +36,7 @@ Created by [Son Nguyen](https://github.com/hoangsonww) in 2024, this project is ## Installation -To run this game on your device, follow these steps: +To run this game on your device, follow these **very simple** steps: 1. Clone the repository to your local machine: