# FlappyBird **Repository Path**: littleturing/FlappyBird ## Basic Information - **Project Name**: FlappyBird - **Description**: Flappy Bird game in java which is friendly for beginners. - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://img.shields.io/badge/lisense-MIT-brightgreen.svg) ![](https://img.shields.io/badge/Java-14-important.svg) ![](https://img.shields.io/badge/game-FlappyBird-critical.svg) ![](https://img.shields.io/github/stars/sunzhichao/FlappyBird) English | [简体中文](zh/README-cn.md) # Flappy Bird ## Overview A Flappy Bird game based on Java basic class library - Bird flying - Clouds flutter - Random normal pipes generation - Random hover pipes generation - Random hover and moving pipes generation - Moderate difficulty control - Beautiful game graphics **All projects use Java basic class library, based on Java 14, suitable for beginners to learn** **This project contains two separate source codes, which are English comments (src) and Chinese comments (zh/src)** ## Start - Game entrance is `FlappyBird/src/main/java/com/sunzhichao/FlappyBird/app/AppMain.java`,just run`main method` directly - Double click`FlappyBird.jar` to run game - use the Command Line `java -jar FlappyBird.jar`to run game ## Demo ![](https://gitee.com/littleturing/FlappyBird/raw/main/src/main/resources/readme_img/demo_how_to_start.gif?raw=true) ![](https://gitee.com/littleturing/FlappyBird/raw/main/src/main/resources/readme_img/demo-img.png?raw=true) ![](https://gitee.com/littleturing/FlappyBird/raw/main/src/main/resources/readme_img/demo_gif%20.gif?raw=true) ## Structure ![](https://gitee.com/littleturing/FlappyBird/raw/main/src/main/resources/readme_img/class-structure-en.png?raw=true) ## Thanks The reference of this project is [FlappyBird](https://github.com/kingyuluk/FlappyBird) of [kingyuluk](https://github.com/kingyuluk),express thankfulness.