Commit d7b64a56 authored by kingyu's avatar kingyu Committed by kingyuluk
Browse files

feat: 具备原版的游戏功能

parent b9468532
# maven ignore
target/
*.war
*.zip
*.tar
*.tar.gz
# eclipse ignore
.settings/
.project
.classpath
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
*.java~
*.properties~
*.xml~
*.swp
# system ignore
.DS_Store
Thumbs.db
# project ignore
score
/out/
/bulid/
/bin/
/pyproject.toml
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 1.0.0 (2020-07-10)
### Features
* 具备原版的游戏功能 ([8ab27c6](https://github.com/kingyuluk/FlappyBird/commit/8ab27c65283446c24d1597f59df847cf46fd75d9))
# flappy-bird # Flappy Bird
flappy bird in JAVA Flappy Bird for desktop platforms.
基于java语言编写的Flappy Bird,只用了基本库
开发难度不高,适合JAVA刚入门的同学,注释写得很详细,欢迎交流
开发平台为macOS 10.15.5,开发工具为Eclipse IDE (4.16.0), Java SE 8[1.8.0_251]
# Package Contents
com.bird.app 游戏的入口
com.bird.main 游戏的内容
com.bird.util 自定义的工具
# Version History
1.0.0 - July 11, 2020
* 具备完整的游戏功能
# Contact
* email: <kingyuluk@hotmail.com>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment