Techwise-Team-15 / my_pet

My Pet is a friendly tamagachi game where you take good care of your pet cause your survival depends on it. 😏
https://techwise-team-15.github.io/my_pet/
2 stars 0 forks source link

House Background Design #43

Closed RuthAnn1 closed 1 year ago

RuthAnn1 commented 1 year ago

Feature Request

Description: For the rock. After the player chooses the rock, the scene changes to an outdoor patio scene. Here we will place the table sprite, pet, watering can, plant, broccoli, and mud puddle. We need the patio scene because it makes sense for a rock pet and for how the sprites are illustrated. After this is done, we can begin coding the movement of the sprites, pet actions, and buttons for the pet (for example: click the broccoli and it activates the eat animation.

Motivation: The design will help with lining up the pet to do the different activities.

Current Behavior: Currently we do not have a background.

Proposed Solution: Create a background to import to the game.

Code Snippet:

 class RockActions(Enum):
        rolling = 0 
        fighting = 1
        dirty = 2
        clean = 3
        jumping = 4
        eating = 5
        dying = 6
        sleeping = 7
        playing = 8

Additional Information: Make sure if the background is not self designed that it doesn't have a copywrite.

The table, broccoli, vase, plant, watering can and rock will need to be uploaded after the background in order to be coded later as sprites and buttons.

Priority:

RuthAnn1 commented 1 year ago

Image