Hi guys, here is what I will modify to let my code work on the master branch. So if you see there are some things you don't want me to change it. Let me know.
Merge Stage and Level file to once. Keep all the entities and make another array to store all enemies.
Modify the Stage.js parseLevelFile so that it can read enemy symbol and display it
Animation.js file, replace 2 addFrame and addBatchFrame to one method addFrame that will take 2 or 4 arguments.
Gameengine.js file, pass the player argument to update method so enemy character can do actions based on the status of the player.
Modify the background that can move vertically and horizontally.
I'll add more if I see other thing I would like to change.
Hi guys, here is what I will modify to let my code work on the master branch. So if you see there are some things you don't want me to change it. Let me know.
I'll add more if I see other thing I would like to change.