Skip to content
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

Add game props: Shrink Potions #18

Open
2021110706 opened this issue Dec 3, 2023 · 0 comments
Open

Add game props: Shrink Potions #18

2021110706 opened this issue Dec 3, 2023 · 0 comments

Comments

@2021110706
Copy link

Issue Description:
In the current game logic, we believe that adding game props can make the game more interesting. Props can be randomly spawned during the game, providing players with additional challenges and rewards.

Proposed Solution:
We propose adding a new folder to the project dedicated to storing various props' code and resources. By implementing corresponding logic in the game element layer, we can randomly spawn these props during the game.

Related Discussion:
Our previous conversation has covered the logic of adding a shrink potion. Now, we aim to expand this logic to include more types of game props.

Steps or Plan:

  1. Create a new folder to store the code and resources for game props.
  2. Add logic in the game element layer to randomly spawn props during the game.
  3. Define the effects of different props, such as the shrink potion reducing the bird's size.

Future Additions:
Subsequently, more props can be added, such as invisibility potions (making the bird invincible during invisibility), one-time-use defensive shields, etc.

Discussion and Feedback:
We look forward to your feedback and suggestions to better integrate this feature into the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant