For this week, my concrete goals are create a minimap, and add interactions between characters and artifacts
- 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.
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.
- 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.
- 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
A bit stressed because other courses' assignments and midterms, but also excited with following work.