Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guangjun Jia
FlappyBird
Commits
aa7a828c
Commit
aa7a828c
authored
Aug 05, 2020
by
kingyuluk
Browse files
docs: add CHANGELOG.md
parent
b5792d6f
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
aa7a828c
...
...
@@ -37,3 +37,4 @@ score
/bulid/
/bin/
/pyproject.toml
/src/META-INF/
CHANGELOG.md
View file @
aa7a828c
#
Changelog
#
[](https://github.com/kingyuluk/FlappyBird/compare/v1.2.2...v) (2020-08-06)
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.2.2](https://github.com/kingyuluk/FlappyBird/compare/v1.2.1...v1.2.2) (2020-07-1
2
)
## [1.2.2](https://github.com/kingyuluk/FlappyBird/compare/v1.2.1...v1.2.2) (2020-07-1
4
)
### ⚠ BREAKING CHANGES
### Features
*
优化记分方法 (
[
33ad51a
](
https://github.com/kingyuluk/FlappyBird/commit/33ad51a97bcb6c2adce3fc944fa5aea00d210198
)
)
### BREAKING CHANGES
*
移除了计时器,更改了游戏的记分方法,现在记分更准确了
## [1.2.1](https://github.com/kingyuluk/FlappyBird/compare/v1.2.0...v1.2.1) (2020-07-12)
### Features
*
优化记分方法 (
[
9aa9275
](
https://github.com/kingyuluk/FlappyBird/commit/9
aa927537dc9180942c4a982ea46edd840d7c76
9
)
)
*
更换音频播放方式 (
[
9429be6
](
https://github.com/kingyuluk/FlappyBird/commit/9
429be613a21752d2c61e38ca7df87fb4a0b51b
9
)
)
### [1.2.1](https://github.com/kingyuluk/FlappyBird/compare/v1.2.0...v1.2.1) (2020-07-12)
### BREAKING CHANGES
### ⚠ BREAKING CHANGES
*
使用AudioClip类的方法播放连续的短音频可能会导致线程冲突使游戏卡顿,改用sun.audio类的AudioPlayer方法播放音频
*
使用AudioClip类的方法播放连续的短音频可能会导致线程冲突使游戏卡顿
*
改用sun.audio类的AudioPlayer方法播放音频
### Features
*
更换音频播放方式 (
[
4868023
](
https://github.com/kingyuluk/FlappyBird/commit/48680232dda693dfb499699e4d953ab70670a21d
)
)
# [1.2.0](https://github.com/kingyuluk/FlappyBird/compare/v1.1.0...v1.2.0) (2020-07-11)
### Features
## 1.2.0 (2020-07-11
)
*
随机刷新可自行上下移动的水管 (
[
ab33686
](
https://github.com/kingyuluk/FlappyBird/commit/ab33686c8c2ace54da3ddffe220b40a33100989f
)
)
###
⚠
BREAKING CHANGES
### BREAKING CHANGES
*
移动型水管的刷新概率会随着当前游戏分数递增
### Features
*
随机刷新可自行上下移动的水管 (
[
6c72b96
](
https://github.com/kingyuluk/FlappyBird/commit/6c72b968c8f7d953f2a34bc795674dcfe570c688
)
)
*
添加悬浮型水管 (
[
3f84810
](
https://github.com/kingyuluk/FlappyBird/commit/3f84810429e0e2dd0932ff325845fc10daebde88
)
)
*
具备原版的游戏功能 (
[
264a7c3
](
https://github.com/kingyuluk/FlappyBird/commit/264a7c320c894851aa3e6c8c30ffcddf3ce1f78a
)
)
#
# 1.1.0 (2020-07-11)
#
[
1.1.0
](https://github.com/kingyuluk/FlappyBird/compare/v1.0.0...v1.1.0)
(2020-07-11)
### Features
*
添加悬浮型水管 (
[
cc80ec9
](
https://github.com/kingyuluk/FlappyBird/commit/cc80ec9845194dc5326a8d70799b847b6821f751
)
)
*
具备原版的游戏功能 (
[
264a7c3
](
https://github.com/kingyuluk/FlappyBird/commit/264a7c320c894851aa3e6c8c30ffcddf3ce1f78a
)
)
*
添加悬浮型水管 (
[
074595b
](
https://github.com/kingyuluk/FlappyBird/commit/074595b3408a1323b41226d4b4259c6aff696888
)
)
#
# 1.0.0 (2020-07-
1
0)
#
[
1.0.0
](https://github.com/kingyuluk/FlappyBird/compare/d158fa5ca5927e1febcd460e8d61b5a16756c761...v1.0.0)
(2020-07-0
9
)
### Features
*
具备原版的游戏功能 (
[
8ab27c6
](
https://github.com/kingyuluk/FlappyBird/commit/
8ab27c65283446c24d1597f59df847cf46fd75d9
)
)
*
具备原版的游戏功能 (
[
d158fa5
](
https://github.com/kingyuluk/FlappyBird/commit/
d158fa5ca5927e1febcd460e8d61b5a16756c761
)
)
README.md
View file @
aa7a828c
...
...
@@ -49,24 +49,22 @@
*
com.bird.util 自定义的工具
## Change Log
##
[
Change Log
](https://github.com/kingyuluk/FlappyBird/blob/master/CHANGELOG.md)
v1.2.2 - July 12, 2020
[
v1.2.2
](
https://github.com/kingyuluk/FlappyBird/tree/33ad51a97bcb6c2adce3fc944fa5aea00d210198
)
- July 12, 2020
*
移除了计时器,优化了游戏的记分方式,现在记分更准确了
v1.2.1 - July 12, 2020
*
使用AudioClip类的方法播放连续的短音频可能会导致线程冲突使游戏卡顿
[
v1.2.1
](
https://github.com/kingyuluk/FlappyBird/tree/9429be613a21752d2c61e38ca7df87fb4a0b51b9
)
- July 12, 2020
*
使用AudioClip类的方法播放连续的短音频可能会导致线程冲突使游戏卡顿
,改用sun.audio类的AudioPlayer方法播放音频
改用sun.audio类的AudioPlayer方法播放音频
v1.2.0 - July 11, 2020
[
v1.2.0
](
https://github.com/kingyuluk/FlappyBird/tree/ab33686c8c2ace54da3ddffe220b40a33100989f
)
- July 11, 2020
*
现在水管可以移动了,移动型水管刷新的概率会随着当前游戏分数递增
v1.1.0 - July 11, 2020
[
v1.1.0
](
https://github.com/kingyuluk/FlappyBird/tree/074595b3408a1323b41226d4b4259c6aff696888
)
- July 11, 2020
*
添加了悬浮型的水管
v1.0.0 - July 10, 2020
*
具备
完整
的游戏功能
[
v1.0.0
](
https://github.com/kingyuluk/FlappyBird/tree/d158fa5ca5927e1febcd460e8d61b5a16756c761
)
- July 10, 2020
*
具备
原版
的游戏功能
## License
[
MIT
](
License
)
© Kingyu Luk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment