diff --git a/Step-4%3A-Basic-Assets-Management.md b/Step-4%3A-Basic-Assets-Management.md new file mode 100644 index 0000000..cd01d42 --- /dev/null +++ b/Step-4%3A-Basic-Assets-Management.md @@ -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_ \ No newline at end of file