Yao-class-cpp-studio / battle_game

MIT License
9 stars 87 forks source link

Task 1, 2, and 4 #460

Closed beyondwzk666 closed 1 year ago

qinchuanhui commented 1 year ago

You should change your title and add more description in this PR to introduce your work

beyondwzk666 commented 1 year ago

创建了新的bullets类型CrossingObstaclesCannonball,这样的子弹可以穿过任何的障碍物

beyondwzk666 commented 1 year ago

沿用PR#231的score系统,建立rank系统,初始等级为1,score每增加100,rank增加1。伤害为初始伤害的1+(rank-1)*0.1倍。