Add 'Step 4: Basic Assets Management'

master
sadpmpk 2023-03-19 00:42:34 -04:00
parent 58141522e1
commit 482539d04f
1 changed files with 3 additions and 0 deletions

@ -0,0 +1,3 @@
At this point, the foundation of the game has mostly been established. Before going deeper to implement more mechanics of the original game, an asset management system is implemented. This is one of the system that I thought would be a challenge to implement. Furthermore, this system would be iterated upon as the game develops. Thus having an early baisc version would be desirable. With the system in place, I could also start developing graphics for the game, which would be fun and serve as a nice distraction from the usual coding.
_TODO: Write about the Assets Management_