Skip to content

Commit

Permalink
Update: Refactored game code
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 20, 2024
1 parent 4c77592 commit a92576d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<p align="center">
Expand All @@ -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:

Expand Down

0 comments on commit a92576d

Please sign in to comment.