-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player Interaction (Sprint 3) #70
Comments
just a brainstorming idea from team 6 speed up: when the player press "D" the enemy's speed or player's speed will increase. I think it might look more interesting to the game. |
That's a good idea. But it is the enemies moving towards the player, not the player running towards the enemies. Maybe increase the enemies' speed would be more suitable? In addition, the player is currently facing front to run across the lanes. It doesn't make much sense if we increase the player's speed. |
Hi, guys. I am from enemy team . We tripled the size of ememy but it will not trigger the lose health function. Does anyone know how to do it and could u guys help us with? |
Ya guys the kill animation also does not work on the enemy whose size is increased now. I would like u guys to checkout the enemy branch and run the game. For better understanding. The spacebar implementation does not work for the dragon enemy residing onto second lane from the top |
Hi, I'm from Team 3, formerly known as the movement team, and we are making the tutorial page in this sprint, we were wondering if there is any special effect such as modes of attacking, buff and debuff etc. that we could add to the tutorial page to inform the players. |
we are using space bar for attacking. |
Adding some screen shot for different effect (animation) like getting hurt or collecting coins to notice player which obs needs to aviod and what obs like aid is helpful |
We encountered difficulties in making the monster hang-up animation. I wonder if your team can help with debugging? |
lets go to discord, i may help u with the animation code. |
Yi Peng should have discussed this with your teammates. Did they solve your problem? |
Yes after discussing within among ourselves we wanted to inform you guys.
It's working fine now. Thanks.
…On Mon, 4 Oct 2021, 09:56 LinzichangDing, ***@***.***> wrote:
Hi, guys. I am from enemy team . We tripled the size of ememy but it will
not trigger the lose health function. Does anyone know how to do it and
could u guys help us with?
Ya guys the kill animation also does not work on the enemy whose size is
increased now. I would like u guys to checkout the enemy branch and run the
game. For better understanding. The spacebar implementation does not work
for the dragon enemy residing onto second lane from the top
Yi Peng should have discussed this with your teammates. Did they solve
your problem?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU7YQZ7F5K2OCWWQGFRNPFDUFEUGDANCNFSM5EEG57JA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Description
Feature: Improve Player Interaction in the Game
The purpose of this task is to improve player interactions in the game. It involves implementing new interactions like coin collection and death animation. Animations designed in the first two sprints like touch, attack and buff will be improved in this sprint as well.
The coin collection feature allows the player to interact with coins. Each time the player touches a coin, the coin will disappear and a coin will show above the player's head. The total number of coins collected by the player will be counted and recored in the score system.
To avoid multiple characters showing on the screen at the same time, all animations designed in the first three sprints will be integrated into one atlas. The original static character will be removed. Only the dynamic animations will be kept on the screen.
Buff and debuff animation will also be improved. At present, the player lies down every time after touching an obstacle. We will change it to let the player lie down only after he loose all hearts.
Each animation is designed to play only once. When implementing each animation, the corresponding sound effects will be added as well.
Example (optional)
Sprint3
Dependencies
Milestones
All animations can work normally, but due to a bug in Team 1, when the player encounters some obstacles, the game will automatically exit. Therefore, some of our animations (such as touch and death) cannot be displayed in the game because the automatic exit will occur before the animation plays. We plan to help team1 fix this error in the next sprint.
Documentation
Member
The text was updated successfully, but these errors were encountered: