Shuyang Zhang - Week 4 Report

What were your concrete goals for the week?

For this week, my concrete goals are create a minimap, and add interactions between characters and artifacts

What goals were you able to accomplish?

- add a minimap at the left-up corner that is a orthogonal camera of the map
- add interactions between characters and artifact, now the theives could grab the artifact.

If the week went differently than you had planned, what were the reasons?

I initially plan to also add UI along with the interaction(like a hint shows "press F to grab" when get close enough), but I am not familiar with Imgui, that took me a long time to understand it, so currently there's no UI hint.

What are your specific goals for the next week?

- add UIs with interactions.
- adjust the minimap so that it would be the top view fixed with character center, and could change with the character
- work with networking people to finalized some abilities that need multiplayers support.

What did you learn this week, if anything (and did you expect to learn it)?

- I learnt some knowledge of the ImGui, but still need to read more
- I learnt how to add a second camera to the map like works as an orthogonal camera that could use for minimap

What is your individual morale?

A bit stressed because other courses' assignments and midterms, but also excited with following work.