Skip to content

Project Post Mortem

Hertanto Irawan edited this page Jul 5, 2022 · 1 revision

Technical Review

"Technical" refers to software logic and syntax.

What went well?

  • I was able to accomplish most of the features that I want to develop
  • I was able implement some animations

What were the biggest challenges you faced?

  • Animation and animation logic

What would you do differently next time?

  • 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 Review

"Process" refers to app development steps and strategy.

What went well?

  • 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

What could have been better?

  • 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

What would you do differently next time?

  • Start earlier