Skip to content

Commit

Permalink
actualizated readme b00tc4mp#210
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbmaartin committed Nov 28, 2024
1 parent 6f2d9a0 commit 71680e6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions staff/aaron-barrios/project/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Despite a light ray approached the issue will not develop as you might think it
### Use Cases

User
- Select/Change Profile Picture
- Update user data
- Update/change user data
- Switch player avatar

Player
Expand All @@ -24,11 +23,13 @@ Player
- Battle view - gameplay
- Run

Pokemon
- Life (decrease/increase)
- Moves (damage, uses)
- Level (string)
Pokemon (Enemy)
- State: patrol
- State: chase
- State: battle

Pokemon (self)
- Attack (battle view)

Checkpoint (column)
- Save game progress
Expand Down Expand Up @@ -79,18 +80,19 @@ Profile - User
Pokemon
- id (UUID)
- name (string)
- type (string)
- genre (string)
- type (number, enum: 1 (grass) || 2: (fire) || 3: (water)...)
- genre (number, enum: 1 (male) || 2: (female) || 3: (null))
- life (number)
- level (number) ???
- moves ([{move}])
- sprites ([{sprite}])
- moves ([move])
- sprites ([sprite])

sprites
- backImageSprite (string)
- frontImageSprite (string)

move
- id (uuid) ????
- name (string)
- damage (number)
- uses (number)
Expand Down

0 comments on commit 71680e6

Please sign in to comment.