Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
May 29, 2024
by
Lilian Garcia
Show whitespace changes
Inline
Side-by-side
home.md
View page @
8ba9745a
...
@@ -46,7 +46,6 @@ left to right direction
...
@@ -46,7 +46,6 @@ left to right direction
class Combat
class Combat
class Pokemon
class Pokemon
class PKtype
class PKtype
class P
class Player
class Player
class Game
class Game
class Screen
class Screen
...
@@ -66,9 +65,8 @@ Screen <-- Game
...
@@ -66,9 +65,8 @@ Screen <-- Game
Combat o-- Game
Combat o-- Game
Pokemon <-- Combat
Pokemon <-- Combat
PKtype <-- Pokemon
PKtype <-- Pokemon
Pokemon <-- P
Pokemon <-- Boss
P <|-- Boss
Pokemon <-- Player
P <|-- Player
Boss --* Game
Boss --* Game
Player --* Game
Player --* Game
...
...