2023SP
In this semester, I have one class for game and one class for AI.
For Game course project (2 programmer + music producers)
I studied the area of:
- 3d model and animation in blender
- visual effect (visual effect graph, urp pipeline and shader graph) in unity
- The terrain drawing in unity
Also, we learned the game management and now we are trying to make the alpha milestone.
Details: https://docs.google.com/document/d/15p-lhisgmfm1St-_4sOLlqxuSs2RxummzqhLhwIWsGY/edit?usp=sharing
For AI course project
I worked on:
- Informed search and uninformed search (BFS, UFS and A*)
- Minimax tree (Pente Game AI)