jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Create PlayerState for gameplay #120

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

As the player grows we don't want the player to store all its related values incase of the character being destroyed or respawned. Which might end up reseting values and loosing reference to player specific information that should be persisted throughout the gameplay.

Acceptance Criteria

Implementation