-
Notifications
You must be signed in to change notification settings - Fork 0
Project Post Mortem
Hertanto Irawan edited this page Jul 5, 2022
·
1 revision
"Technical" refers to software logic and syntax.
- I was able to accomplish most of the features that I want to develop
- I was able implement some animations
- Animation and animation logic
- Put logic in server from the beginning, instead of on the client, and then try to move it to the server
- Commit more and commit frequently
"Process" refers to app development steps and strategy.
- The development flow of the project was fine as I focused on the base level first, and then continue to add more features
- Choosing a game that allows me to add one feature at a time
- I have a game in mind that I can base my game on that has all the features laid out
- I just realized that the game mechanics affect what features you can provide in the game. Luckily I was able to implement the necessary game mechanics last minute to implement the good features
- I could prepare better if I had realized that we use touch in mobile but mouse in web
- Start earlier